Uses of Class
com.db4o.internal.marshall.ObjectReferenceContext
-
Packages that use ObjectReferenceContext Package Description com.db4o.internal com.db4o.internal.handlers com.db4o.internal.marshall -
-
Uses of ObjectReferenceContext in com.db4o.internal
Methods in com.db4o.internal with parameters of type ObjectReferenceContext Modifier and Type Method Description java.lang.Object
TranslatedAspect. construct(ObjectReferenceContext context)
void
VirtualFieldMetadata. readVirtualAttribute(ObjectReferenceContext context)
-
Uses of ObjectReferenceContext in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type ObjectReferenceContext Modifier and Type Method Description void
FieldAwareTypeHandler. readVirtualAttributes(ObjectReferenceContext context)
void
NullFieldAwareTypeHandler. readVirtualAttributes(ObjectReferenceContext context)
void
StandardReferenceTypeHandler. readVirtualAttributes(ObjectReferenceContext context)
void
VirtualAttributeHandler. readVirtualAttributes(ObjectReferenceContext context)
-
Uses of ObjectReferenceContext in com.db4o.internal.marshall
Subclasses of ObjectReferenceContext in com.db4o.internal.marshall Modifier and Type Class Description class
UnmarshallingContext
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
-