public class SetterAndFieldPropertyInfo extends FieldPropertyInfo
annotationMap, annotationsArray| Constructor and Description |
|---|
SetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field) |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
getSetter()
Get the setter
|
void |
set(Object bean,
Object value)
Set the property value
|
void |
setSetter(MethodInfo setter)
Set the setter
|
equals, get, getFieldInfo, getGetter, isReadable, isWritable, setGetter, toStringgetBeanInfo, getHashCode, getName, getType, getUpperName, init, setType, toShortStringgetAnnotation, getAnnotations, isAnnotationPresent, setupAnnotationsgetUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresentcacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementationfinalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresentpublic SetterAndFieldPropertyInfo(PropertyInfo previous, FieldInfo field)
public void set(Object bean, Object value) throws Throwable
PropertyInfoset in interface PropertyInfoset in class FieldPropertyInfobean - the beanvalue - the property valueThrowable - for any errorpublic MethodInfo getSetter()
PropertyInfogetSetter in interface PropertyInfogetSetter in class FieldPropertyInfopublic void setSetter(MethodInfo setter)
PropertyInfosetSetter in interface PropertyInfosetSetter in class FieldPropertyInfosetter - the setterCopyright © 2016 JBoss by Red Hat. All rights reserved.