org.jboss.injection.lang.reflect
Class FieldBeanProperty

java.lang.Object
  extended by org.jboss.injection.lang.reflect.AbstractAccessibleObjectBeanProperty<Field>
      extended by 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

Constructor Summary
FieldBeanProperty(Field field)
           
 
Method Summary
 Class<?> getDeclaringClass()
           
protected  Field getField()
           
 String getName()
           
 Class<?> getType()
           
 void set(Object instance, Object value)
           
 
Methods inherited from class org.jboss.injection.lang.reflect.AbstractAccessibleObjectBeanProperty
getAccessibleObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldBeanProperty

public FieldBeanProperty(Field field)
Parameters:
field -
Method Detail

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.