Class Setter
- java.lang.Object
-
- org.smallmind.nutsnbolts.reflection.Setter
-
- All Implemented Interfaces:
Serializable
public class Setter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetAttributeClass()StringgetAttributeName()Objectinvoke(Object target, Object value)
-
-
-
Constructor Detail
-
Setter
public Setter(Method method) throws ReflectionContractException
- Throws:
ReflectionContractException
-
-
Method Detail
-
getAttributeName
public String getAttributeName()
-
getAttributeClass
public Class getAttributeClass()
-
invoke
public Object invoke(Object target, Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-