Uses of Class
com.db4o.internal.marshall.AspectType
-
Packages that use AspectType Package Description com.db4o.internal com.db4o.internal.marshall -
-
Uses of AspectType in com.db4o.internal
Methods in com.db4o.internal that return AspectType Modifier and Type Method Description abstract AspectType
ClassAspect. aspectType()
AspectType
FieldMetadata. aspectType()
AspectType
TranslatedAspect. aspectType()
AspectType
TypeHandlerAspect. aspectType()
-
Uses of AspectType in com.db4o.internal.marshall
Fields in com.db4o.internal.marshall declared as AspectType Modifier and Type Field Description static AspectType
AspectType. FIELD
static AspectType
AspectType. TRANSLATOR
static AspectType
AspectType. TYPEHANDLER
Methods in com.db4o.internal.marshall that return AspectType Modifier and Type Method Description static AspectType
AspectType. forByte(byte b)
Methods in com.db4o.internal.marshall with parameters of type AspectType Modifier and Type Method Description protected abstract RawFieldSpec
AbstractFieldMarshaller. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller0. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller1. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller2. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
Constructors in com.db4o.internal.marshall with parameters of type AspectType Constructor Description RawFieldSpec(AspectType aspectType, java.lang.String name)
RawFieldSpec(AspectType aspectType, java.lang.String name, int fieldTypeID, byte attribs)
-