Package | Description |
---|---|
com.amazon.carbonado.raw |
Provides support for repositories that encode/decode storables in a raw
binary format.
|
Modifier and Type | Method and Description |
---|---|
protected StorablePropertyInfo |
GenericEncodingStrategy.checkSupport(StorableProperty<S> property) |
protected StorablePropertyInfo[] |
GenericEncodingStrategy.checkSupport(StorableProperty<S>[] properties) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GenericEncodingStrategy.loadPropertyValue(org.cojen.classfile.CodeAssembler a,
StorablePropertyInfo info,
int ordinal,
boolean useReadMethod,
org.cojen.classfile.LocalVariable instanceVar,
java.lang.Class<?> adapterInstanceClass,
org.cojen.classfile.LocalVariable partialStartVar)
Generates code to load a property value onto the operand stack.
|
protected boolean |
GenericEncodingStrategy.loadPropertyValue(org.cojen.classfile.LocalVariable[] stashedProperties,
java.lang.Boolean[] stashedFromInstances,
org.cojen.classfile.CodeAssembler a,
StorablePropertyInfo info,
int ordinal,
boolean useReadMethod,
org.cojen.classfile.LocalVariable instanceVar,
java.lang.Class<?> adapterInstanceClass,
org.cojen.classfile.LocalVariable partialStartVar)
Generates code to load a property value onto the operand stack.
|
protected void |
GenericEncodingStrategy.storePropertyValue(org.cojen.classfile.CodeAssembler a,
StorablePropertyInfo info,
boolean useWriteMethod,
org.cojen.classfile.LocalVariable instanceVar,
java.lang.Class<?> adapterInstanceClass)
Generates code to store a property value into an instance which is
already on the operand stack.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.