public class ActReflectionPropertySetter
extends org.osgl.util.ReflectionPropertySetter
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class |
entityClass |
protected java.lang.reflect.Field |
f |
protected java.lang.String |
fn |
protected java.lang.reflect.Method |
m |
protected java.lang.String |
mn |
protected org.osgl.util.PropertyGetter.NullValuePolicy |
nullValuePolicy |
protected org.osgl.Osgl.Function<java.lang.Class<?>,java.lang.Object> |
objectFactory |
protected java.lang.Class |
propertyClass |
protected java.lang.String |
propertyClassName |
protected org.osgl.Osgl.Func2<java.lang.String,java.lang.Class<?>,?> |
stringValueResolver |
Constructor and Description |
---|
ActReflectionPropertySetter(java.lang.Class c,
java.lang.reflect.Method m,
java.lang.reflect.Field f,
StringValueResolverManager resolverManager) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
convertValue(java.lang.Class requiredClass,
java.lang.Object value) |
protected void |
ensureMethodOrField(java.lang.Object arg0) |
protected transient java.lang.Class entityClass
protected transient java.lang.reflect.Method m
protected java.lang.String mn
protected transient java.lang.reflect.Field f
protected java.lang.String fn
protected transient java.lang.Class propertyClass
protected java.lang.String propertyClassName
protected org.osgl.Osgl.Function<java.lang.Class<?>,java.lang.Object> objectFactory
protected org.osgl.Osgl.Func2<java.lang.String,java.lang.Class<?>,?> stringValueResolver
protected org.osgl.util.PropertyGetter.NullValuePolicy nullValuePolicy
public ActReflectionPropertySetter(java.lang.Class c, java.lang.reflect.Method m, java.lang.reflect.Field f, StringValueResolverManager resolverManager)
Copyright © 2014–2017 ActFramework. All rights reserved.