org.jboss.seam.util
public class AnnotatedBeanProperty<T extends Annotation> extends Object implements Serializable
Constructor and Description |
---|
AnnotatedBeanProperty(Class<?> cls,
Class<? extends Annotation> annotationClass) |
Modifier and Type | Method and Description |
---|---|
T |
getAnnotation() |
String |
getName() |
Field |
getPropertyField() |
Method |
getPropertyGetter() |
Method |
getPropertySetter() |
Type |
getPropertyType() |
Object |
getValue(Object bean) |
boolean |
isSet() |
void |
setValue(Object bean,
Object value) |
public AnnotatedBeanProperty(Class<?> cls, Class<? extends Annotation> annotationClass)
public Field getPropertyField()
public Method getPropertyGetter()
public Method getPropertySetter()
public String getName()
public T getAnnotation()
public Type getPropertyType()
public boolean isSet()
Copyright © 2015 Seam Framework. All Rights Reserved.