public static final class PersistenceCustomTypeHandlerRegistry.Default<D> extends Object implements PersistenceCustomTypeHandlerRegistry<D>
PersistenceCustomTypeHandlerRegistry.Default<D>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitNewiterateAllTypeHandlerspublic boolean knowsType(Class<?> type)
knowsType in interface PersistenceCustomTypeHandlerRegistry<D>public final <T> boolean registerTypeHandler(Class<T> type, PersistenceTypeHandler<D,? super T> typeHandlerInitializer)
registerTypeHandler in interface PersistenceCustomTypeHandlerRegistry<D>public <T> boolean registerTypeHandler(PersistenceTypeHandler<D,T> typeHandlerInitializer)
registerTypeHandler in interface PersistenceCustomTypeHandlerRegistry<D>public PersistenceCustomTypeHandlerRegistry.Default<D> registerTypeHandlers(one.microstream.collections.types.XGettingCollection<? extends PersistenceTypeHandler<D,?>> typeHandlerInitializers)
registerTypeHandlers in interface PersistenceCustomTypeHandlerRegistry<D>public <T> boolean registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,T> legacyTypeHandler)
registerLegacyTypeHandler in interface PersistenceCustomTypeHandlerRegistry<D>public PersistenceCustomTypeHandlerRegistry<D> registerLegacyTypeHandlers(one.microstream.collections.types.XGettingCollection<? extends PersistenceLegacyTypeHandler<D,?>> legacyTypeHandlers)
registerLegacyTypeHandlers in interface PersistenceCustomTypeHandlerRegistry<D>public <T> PersistenceTypeHandler<D,T> lookupTypeHandler(Class<T> type)
lookupTypeHandler in interface PersistenceCustomTypeHandlerRegistry<D>public <C extends Consumer<? super PersistenceTypeHandler<D,?>>> C iterateTypeHandlers(C iterator)
iterateTypeHandlers in interface PersistenceTypeHandlerIterable<D>public <C extends Consumer<? super PersistenceLegacyTypeHandler<D,?>>> C iterateLegacyTypeHandlers(C iterator)
iterateLegacyTypeHandlers in interface PersistenceTypeHandlerIterable<D>public final one.microstream.collections.types.XGettingEnum<PersistenceLegacyTypeHandler<D,?>> legacyTypeHandlers()
legacyTypeHandlers in interface PersistenceCustomTypeHandlerRegistry<D>Copyright © 2022 MicroStream Software. All rights reserved.