T - the type of entity provider configuration this factory creates.public abstract class AbstractEntityProviderConfigFactory<T extends EntityProviderConfig> extends AbstractConfigFactory<T>
| Constructor and Description |
|---|
AbstractEntityProviderConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
fromProperties(java.util.Properties props)
Parses a configuration object from
Properties. |
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromPropertiespublic final T fromProperties(java.util.Properties props)
AbstractConfigFactoryProperties.fromProperties in class AbstractConfigFactory<T extends EntityProviderConfig>props - the input propertiesCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.