org.jboss.injection.lang.reflect
Class FieldBeanProperty
java.lang.Object
org.jboss.injection.lang.reflect.AbstractAccessibleObjectBeanProperty<Field>
org.jboss.injection.lang.reflect.FieldBeanProperty
- All Implemented Interfaces:
- BeanProperty
public class FieldBeanProperty
- extends AbstractAccessibleObjectBeanProperty<Field>
Morphes a field into a bean property.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
FieldBeanProperty
public FieldBeanProperty(Field field)
- Parameters:
field
-
getDeclaringClass
public Class<?> getDeclaringClass()
getField
protected Field getField()
getName
public String getName()
getType
public Class<?> getType()
set
public void set(Object instance,
Object value)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.