Class BinaryPersistenceRootsProvider.Default
- java.lang.Object
-
- org.eclipse.serializer.persistence.binary.types.BinaryPersistenceRootsProvider.Default
-
- All Implemented Interfaces:
BinaryPersistenceRootsProvider,PersistenceRootsProvider<Binary>
- Enclosing interface:
- BinaryPersistenceRootsProvider
public static final class BinaryPersistenceRootsProvider.Default extends Object implements BinaryPersistenceRootsProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.binary.types.BinaryPersistenceRootsProvider
BinaryPersistenceRootsProvider.Default
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.persistence.types.PersistenceRootsProvider
PersistenceRootsProvider.Empty<D extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistenceRootspeekRoots()PersistenceRootsprovideRoots()voidregisterRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<Binary> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)voidupdateRuntimeRoots(PersistenceRoots runtimeRoots)
-
-
-
Method Detail
-
provideRoots
public final PersistenceRoots provideRoots()
- Specified by:
provideRootsin interfacePersistenceRootsProvider<Binary>
-
peekRoots
public final PersistenceRoots peekRoots()
- Specified by:
peekRootsin interfacePersistenceRootsProvider<Binary>
-
updateRuntimeRoots
public final void updateRuntimeRoots(PersistenceRoots runtimeRoots)
- Specified by:
updateRuntimeRootsin interfacePersistenceRootsProvider<Binary>
-
registerRootsTypeHandlerCreator
public final void registerRootsTypeHandlerCreator(PersistenceCustomTypeHandlerRegistry<Binary> typeHandlerRegistry, PersistenceObjectRegistry objectRegistry)
- Specified by:
registerRootsTypeHandlerCreatorin interfacePersistenceRootsProvider<Binary>
-
-