Package | Description |
---|---|
com.amazon.carbonado.adapter |
Contains annotations and implementations for supporting property adapters.
|
Modifier and Type | Class and Description |
---|---|
interface |
DateTimeAdapter
Converts Joda-Time datetime objects to and from other forms.
|
interface |
PrimitiveArrayAdapter
Allows arrays of primitive types to be encoded (big-endian) as byte arrays.
|
interface |
TextAdapter
Converts database Blobs and Clobs to Strings.
|
interface |
TrueFalseAdapter
Adapter that converts 'T' or 'F' to and from a boolean value.
|
interface |
YesNoAdapter
Adapter that converts 'Y' or 'N' to and from a boolean value.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.