play.classloading.enhancers
Class PropertiesEnhancer.FieldAccessor
java.lang.Object
play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
- Enclosing class:
- PropertiesEnhancer
public static class PropertiesEnhancer.FieldAccessor
- extends Object
Runtime part.
|
Method Summary |
static Object |
invokeReadProperty(Object o,
String property,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
boolean value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
byte value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
char value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
double value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
float value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
int value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
long value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
Object value,
String targetType,
String invocationPoint)
|
static void |
invokeWriteProperty(Object o,
String property,
Class valueType,
short value,
String targetType,
String invocationPoint)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesEnhancer.FieldAccessor
public PropertiesEnhancer.FieldAccessor()
invokeReadProperty
public static Object invokeReadProperty(Object o,
String property,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
boolean value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
byte value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
char value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
double value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
float value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
int value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
long value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
short value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
invokeWriteProperty
public static void invokeWriteProperty(Object o,
String property,
Class valueType,
Object value,
String targetType,
String invocationPoint)
throws Throwable
- Throws:
Throwable
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly