|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.plugins.AbstractAnnotatedInfo
org.jboss.reflect.plugins.AnnotationHolder
org.jboss.beans.info.plugins.AbstractPropertyInfo
org.jboss.beans.info.plugins.FieldPropertyInfo
org.jboss.beans.info.plugins.GetterAndFieldPropertyInfo
public class GetterAndFieldPropertyInfo
Combined getter and field property info.
| Field Summary |
|---|
| Fields inherited from class org.jboss.reflect.plugins.AnnotationHolder |
|---|
annotationMap, annotationsArray |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
GetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field)
|
|
| Method Summary | |
|---|---|
Object |
get(Object bean)
Get the property value |
MethodInfo |
getGetter()
Get the getter |
void |
setGetter(MethodInfo getter)
Set the getter |
| Methods inherited from class org.jboss.beans.info.plugins.FieldPropertyInfo |
|---|
equals, getFieldInfo, getSetter, isReadable, isWritable, set, setSetter, toString |
| Methods inherited from class org.jboss.beans.info.plugins.AbstractPropertyInfo |
|---|
getBeanInfo, getHashCode, getName, getType, getUpperName, init, setType, toShortString |
| Methods inherited from class org.jboss.reflect.plugins.AnnotationHolder |
|---|
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotations |
| Methods inherited from class org.jboss.reflect.plugins.AbstractAnnotatedInfo |
|---|
getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
|---|
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Constructor Detail |
|---|
public GetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field)
| Method Detail |
|---|
public Object get(Object bean)
throws Throwable
PropertyInfo
get in interface PropertyInfoget in class FieldPropertyInfobean - the bean
Throwable - for any errorpublic MethodInfo getGetter()
PropertyInfo
getGetter in interface PropertyInfogetGetter in class FieldPropertyInfopublic void setGetter(MethodInfo getter)
PropertyInfo
setGetter in interface PropertyInfosetGetter in class FieldPropertyInfogetter - the getter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||