Class PersistenceTypeInstantiator.Default<D,T>
java.lang.Object
one.microstream.persistence.types.PersistenceTypeInstantiator.Default<D,T>
- All Implemented Interfaces:
PersistenceTypeInstantiator<D,T>
- Enclosing interface:
- PersistenceTypeInstantiator<D,T>
public static final class PersistenceTypeInstantiator.Default<D,T> extends Object implements PersistenceTypeInstantiator<D,T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeInstantiator
PersistenceTypeInstantiator.Default<D,T>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description T
instantiate(D data)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
instantiate
- Specified by:
instantiate
in interfacePersistenceTypeInstantiator<D,T>
-