public class ProxiedFormat extends Format
| Modifier and Type | Method and Description |
|---|---|
Object |
newInstance(EntityInput input,
boolean rawAccess)
Creates a new instance of the target class using its default
constructor.
|
Object |
readObject(Object o,
EntityInput input,
boolean rawAccess)
Called after newInstance() to read the rest of the data bytes and fill
in the object contents.
|
allowEvolveFromProxy, getAccessor, getClassMetadata, getClassName, getComponentType, getDimensions, getEntityMetadata, getEnumConstants, getFields, getId, getOldKeyName, getPreviousVersion, getSuperType, getVersion, initializeReader, isArray, isDeleted, isEnum, isPrimitive, isSimple, readPriKey, toStringpublic Object newInstance(EntityInput input, boolean rawAccess) throws RefreshException
FormatnewInstance in class FormatRefreshExceptionpublic Object readObject(Object o, EntityInput input, boolean rawAccess) throws RefreshException
FormatreadObject in class FormatRefreshExceptionCopyright © 2024. All rights reserved.