public class FloatHandler extends IntHandler
IntHandler.PreparedIntComparison_classReflector| Constructor and Description |
|---|
FloatHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
coerce(ReflectClass claxx,
java.lang.Object obj) |
java.lang.Object |
defaultValue() |
PreparedComparison |
internalPrepareComparison(java.lang.Object source) |
java.lang.Class |
primitiveJavaClass() |
java.lang.Object |
read(MarshallerFamily mf,
StatefulBuffer writer,
boolean redirect) |
java.lang.Object |
read(ReadContext context)
gets called when an value type is to be read from the database.
|
void |
write(java.lang.Object a_object,
ByteArrayBuffer a_bytes) |
void |
write(WriteContext context,
java.lang.Object obj)
gets called when an object is to be written to the database.
|
compare, defragIndexEntry, linkLength, newPrepareCompare, write, writeIntclassReflector, defragment, delete, descendsIntoMembers, indexEntryToObject, javaClass, nullRepresentationInUntypedArrays, prepareComparison, primitiveClassReflector, primitiveMarshaller, primitiveNull, readIndexEntry, readIndexEntry, readIndexEntryFromObjectSlot, registerReflector, writeIndexEntrypublic java.lang.Object coerce(ReflectClass claxx, java.lang.Object obj)
coerce in class IntHandlerpublic java.lang.Object defaultValue()
defaultValue in class IntHandlerpublic java.lang.Class primitiveJavaClass()
primitiveJavaClass in class IntHandlerpublic java.lang.Object read(MarshallerFamily mf, StatefulBuffer writer, boolean redirect) throws CorruptionException
read in class IntHandlerCorruptionExceptionpublic void write(java.lang.Object a_object,
ByteArrayBuffer a_bytes)
write in class IntHandlerpublic java.lang.Object read(ReadContext context)
ValueTypeHandlerread in interface ValueTypeHandlerread in class IntHandlerpublic void write(WriteContext context, java.lang.Object obj)
TypeHandler4write in interface TypeHandler4write in class IntHandlerobj - the objectpublic PreparedComparison internalPrepareComparison(java.lang.Object source)
internalPrepareComparison in class IntHandler