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.internalMethods in com.db4o.internal that return AspectType Modifier and Type Method Description abstract AspectTypeClassAspect. aspectType()AspectTypeFieldMetadata. aspectType()AspectTypeTranslatedAspect. aspectType()AspectTypeTypeHandlerAspect. aspectType()
- 
Uses of AspectType in com.db4o.internal.marshallFields in com.db4o.internal.marshall declared as AspectType Modifier and Type Field Description static AspectTypeAspectType. FIELDstatic AspectTypeAspectType. TRANSLATORstatic AspectTypeAspectType. TYPEHANDLERMethods in com.db4o.internal.marshall that return AspectType Modifier and Type Method Description static AspectTypeAspectType. forByte(byte b)Methods in com.db4o.internal.marshall with parameters of type AspectType Modifier and Type Method Description protected abstract RawFieldSpecAbstractFieldMarshaller. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller0. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller1. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller2. 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)
 
-