@Service
public interface DataSchemeFactory
data scheme
instance for the given specification.Modifier and Type | Method and Description |
---|---|
DataScheme |
createDataScheme(String specification)
Creates
data scheme instance for the given specification. |
DataScheme createDataScheme(String specification)
data scheme
instance for the given specification.specification
- specification to use.data scheme
or null
if specification is not supported by this factory.IllegalArgumentException
- if specification is supported by this factory, but data scheme
cannot be created.Copyright © 2002–2025 Devexperts LLC. All rights reserved.