Class ConfigurationBasedCreator.Abstract<T>
java.lang.Object
one.microstream.configuration.types.ConfigurationBasedCreator.Abstract<T>
- All Implemented Interfaces:
 ConfigurationBasedCreator<T>
- Direct Known Subclasses:
 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<?>resultType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.configuration.types.ConfigurationBasedCreator
create 
- 
Constructor Details
 - 
Method Details
- 
resultType
- Specified by:
 resultTypein interfaceConfigurationBasedCreator<T>
 
 -