Class Getter
- java.lang.Object
-
- org.smallmind.nutsnbolts.reflection.Getter
-
- All Implemented Interfaces:
Serializable
public class Getter 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)booleanisIs()
-
-
-
Constructor Detail
-
Getter
public Getter(Method method) throws ReflectionContractException
- Throws:
ReflectionContractException
-
-
Method Detail
-
isIs
public boolean isIs()
-
getAttributeName
public String getAttributeName()
-
getAttributeClass
public Class getAttributeClass()
-
invoke
public Object invoke(Object target) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-