|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleType | |
|---|---|
| org.chromattic.core | |
| org.chromattic.core.bean | |
| org.chromattic.core.mapper | |
| Uses of SimpleType in org.chromattic.core |
|---|
| Methods in org.chromattic.core with parameters of type SimpleType | ||
|---|---|---|
abstract
|
ListType.create(SimpleType<E> elementType,
int size)
|
|
abstract
|
ListType.unwrap(SimpleType<E> elementType,
List<E> list)
|
|
abstract
|
ListType.wrap(SimpleType<E> elementType,
Object array)
|
|
| Uses of SimpleType in org.chromattic.core.bean |
|---|
| Subclasses of SimpleType in org.chromattic.core.bean | |
|---|---|
class |
ObjectSimpleType<E>
|
class |
PrimitiveSimpleType<E>
|
| Fields in org.chromattic.core.bean declared as SimpleType | |
|---|---|
static SimpleType<Boolean> |
PrimitiveSimpleType.BOOLEAN
. |
static SimpleType<Double> |
PrimitiveSimpleType.DOUBLE
. |
static SimpleType<Float> |
PrimitiveSimpleType.FLOAT
. |
static SimpleType<Integer> |
PrimitiveSimpleType.INT
. |
static SimpleType<Long> |
PrimitiveSimpleType.LONG
. |
| Methods in org.chromattic.core.bean that return SimpleType | |
|---|---|
SimpleType<V> |
SimpleValueInfo.getSimpleType()
|
| Uses of SimpleType in org.chromattic.core.mapper |
|---|
| Methods in org.chromattic.core.mapper with parameters of type SimpleType | ||
|---|---|---|
|
ValueMapper.get(javax.jcr.ValueFactory valueFactory,
E o,
SimpleType<E> type)
|
|
|
ValueMapper.get(javax.jcr.Value value,
SimpleType<E> wantedType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||