| Package | Description |
|---|---|
| com.impetus.kundera.property | |
| com.impetus.kundera.property.accessor |
| Modifier and Type | Field and Description |
|---|---|
static PropertyAccessor<String> |
PropertyAccessorFactory.STRING
Making String Accessor easy to access.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<?>,PropertyAccessor<?>> |
PropertyAccessorFactory.map
The map.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyAccessor |
PropertyAccessorFactory.getPropertyAccessor(Class<?> clazz)
Gets the property accessor.
|
static PropertyAccessor<?> |
PropertyAccessorFactory.getPropertyAccessor(Field property)
Gets the property accessor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyAccessorFactory.add(Class<?> key,
PropertyAccessor<?> value)
Adds the.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalAccessor
The Class BigDecimalAccessor.
|
class |
BigIntegerAccessor
The Class BigIntegerAccessor.
|
class |
BooleanAccessor
The Class BooleanAccessor.
|
class |
ByteAccessor
The Class ByteAccessor.
|
class |
CalendarAccessor
The Class CalendarAccessor.
|
class |
CharAccessor
The Class CharAccessor.
|
class |
DateAccessor
The Class DateAccessor.
|
class |
DoubleAccessor
The Class DoubleAccessor.
|
class |
EnumAccessor |
class |
FloatAccessor
The Class FloatAccessor.
|
class |
IntegerAccessor
The Class IntegerAccessor.
|
class |
LongAccessor
The Class LongAccessor.
|
class |
ObjectAccessor
The Class ObjectAccessor.
|
class |
PointAccessor
Property Accessor for
Point |
class |
ShortAccessor
The Class ShortAccessor.
|
class |
SQLDateAccessor
The Class SQLDateAccessor.
|
class |
SQLTimeAccessor
The Class SQLTimeAccessor.
|
class |
SQLTimestampAccessor
The Class SQLTimestampAccessor.
|
class |
StringAccessor
The Class StringAccessor.
|
class |
UUIDAccessor
The Class UUIDAccessor.
|
Copyright © 2015. All Rights Reserved.