Class ConfigurationBasedCreator.Abstract<T>
java.lang.Object
one.microstream.configuration.types.ConfigurationBasedCreator.Abstract<T>
- All Implemented Interfaces:
ConfigurationBasedCreator<T>
- Direct Known Subclasses:
AwsFileSystemCreator
,AzureStorageFileSystemCreator
,GoogleCloudFirestoreFileSystemCreator
,HazelcastFileSystemCreator
,KafkaFileSystemCreator
,OracleCloudObjectStorageFileSystemCreator
,OracleCoherenceFileSystemCreator
,RedisFileSystemCreator
,SqlFileSystemCreator
- Enclosing interface:
- ConfigurationBasedCreator<T>
public abstract static class ConfigurationBasedCreator.Abstract<T> extends Object implements ConfigurationBasedCreator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.configuration.types.ConfigurationBasedCreator
ConfigurationBasedCreator.Abstract<T>
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Class<T>
resultType()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.configuration.types.ConfigurationBasedCreator
create
-
Constructor Details
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceConfigurationBasedCreator<T>
-