Class PersistenceCustomTypeHandlerRegistry.Default<D>
java.lang.Object
one.microstream.persistence.types.PersistenceCustomTypeHandlerRegistry.Default<D>
- All Implemented Interfaces:
 PersistenceCustomTypeHandlerRegistry<D>,PersistenceTypeHandlerIterable<D>
- Enclosing interface:
 - PersistenceCustomTypeHandlerRegistry<D>
 
public static final class PersistenceCustomTypeHandlerRegistry.Default<D> extends Object implements PersistenceCustomTypeHandlerRegistry<D>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceCustomTypeHandlerRegistry
PersistenceCustomTypeHandlerRegistry.Default<D> - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeHandlerIterable
iterateAllTypeHandlers 
- 
Method Details
- 
knowsType
- Specified by:
 knowsTypein interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
registerTypeHandler
public final <T> boolean registerTypeHandler(Class<T> type, PersistenceTypeHandler<D,? super T> typeHandlerInitializer)- Specified by:
 registerTypeHandlerin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
registerTypeHandler
- Specified by:
 registerTypeHandlerin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
registerTypeHandlers
public PersistenceCustomTypeHandlerRegistry.Default<D> registerTypeHandlers(XGettingCollection<? extends PersistenceTypeHandler<D,?>> typeHandlerInitializers)- Specified by:
 registerTypeHandlersin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
registerLegacyTypeHandler
- Specified by:
 registerLegacyTypeHandlerin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
registerLegacyTypeHandlers
public PersistenceCustomTypeHandlerRegistry<D> registerLegacyTypeHandlers(XGettingCollection<? extends PersistenceLegacyTypeHandler<D,?>> legacyTypeHandlers)- Specified by:
 registerLegacyTypeHandlersin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
lookupTypeHandler
- Specified by:
 lookupTypeHandlerin interfacePersistenceCustomTypeHandlerRegistry<D>
 - 
iterateTypeHandlers
public <C extends Consumer<? super PersistenceTypeHandler<D, ?>>> C iterateTypeHandlers(C iterator)- Specified by:
 iterateTypeHandlersin interfacePersistenceTypeHandlerIterable<D>
 - 
iterateLegacyTypeHandlers
public <C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>> C iterateLegacyTypeHandlers(C iterator)- Specified by:
 iterateLegacyTypeHandlersin interfacePersistenceTypeHandlerIterable<D>
 - 
legacyTypeHandlers
- Specified by:
 legacyTypeHandlersin interfacePersistenceCustomTypeHandlerRegistry<D>
 
 -