Class AbstractBinaryLegacyTypeHandlerReflective<T>
- java.lang.Object
 - 
- one.microstream.persistence.types.PersistenceLegacyTypeHandler.Abstract<Binary,T>
 - 
- one.microstream.persistence.binary.types.BinaryLegacyTypeHandler.Abstract<T>
 - 
- one.microstream.persistence.binary.internal.AbstractBinaryLegacyTypeHandlerTranslating<T>
 - 
- one.microstream.persistence.binary.types.AbstractBinaryLegacyTypeHandlerReflective<T>
 
 
 
 
 
- 
- All Implemented Interfaces:
 BinaryLegacyTypeHandler<T>,PersistenceLegacyTypeHandler<Binary,T>,PersistenceTypeDefinition,PersistenceTypeDescription,PersistenceTypeHandler<Binary,T>,PersistenceTypeIdentity,PersistenceTypeIdOwner,PersistenceTypeLink
- Direct Known Subclasses:
 BinaryLegacyTypeHandlerGenericEnum,BinaryLegacyTypeHandlerGenericType
public abstract class AbstractBinaryLegacyTypeHandlerReflective<T> extends AbstractBinaryLegacyTypeHandlerTranslating<T>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryLegacyTypeHandler
BinaryLegacyTypeHandler.Abstract<T>, BinaryLegacyTypeHandler.AbstractCustom<T> 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceLegacyTypeHandler
PersistenceLegacyTypeHandler.Abstract<M,T> 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractBinaryLegacyTypeHandlerReflective() 
- 
Method Summary
Modifier and Type Method Description voidcomplete(Binary medium, T instance, PersistenceObjectIdResolver idResolver)Completes an initially built instance after all loaded instances have been built.PersistenceTypeHandlerReflective<Binary,T>typeHandler()voidupdate(Binary rawData, T instance, PersistenceObjectIdResolver idResolver)- 
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryLegacyTypeHandlerTranslating
collectEnumConstants, create, deriveReferenceTraversers, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, hasInstanceReferences, isSpecificInstanceViable, isSubTypeInstanceViable, iterateInstanceReferences, iterateLoadableReferences, iterateMemberTypes, membersInDeclaredOrder, settingMembers, storingMembers, toTargetOffsets, toTranslators, type 
- 
Methods inherited from class one.microstream.persistence.types.PersistenceLegacyTypeHandler.Abstract
allMembers, hasPersistedReferences, hasPersistedVariableLength, hasVaryingPersistedLengthInstances, instanceMembers, isPrimitiveType, legacyTypeDefinition, membersPersistedLengthMaximum, membersPersistedLengthMinimum, runtimeTypeName, typeId, typeName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface one.microstream.persistence.binary.types.BinaryLegacyTypeHandler
initialize, store 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
hasPersistedReferences, hasPersistedVariableLength, hasVaryingPersistedLengthInstances, isPrimitiveType, membersPersistedLengthMaximum, membersPersistedLengthMinimum, runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeName 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
toTypeIdentifier 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
allMembers, instanceMembers 
 - 
 
 - 
 
- 
- 
Method Detail
- 
typeHandler
public PersistenceTypeHandlerReflective<Binary,T> typeHandler()
- Overrides:
 typeHandlerin classAbstractBinaryLegacyTypeHandlerTranslating<T>
 
- 
update
public void update(Binary rawData, T instance, PersistenceObjectIdResolver idResolver)
 
- 
complete
public final void complete(Binary medium, T instance, PersistenceObjectIdResolver idResolver)
Description copied from interface:PersistenceTypeHandlerCompletes an initially built instance after all loaded instances have been built. E.g. can be used to cause a hash collection to hash all its initially collected entries after their instances have been built. 
 - 
 
 -