|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springmodules.validation.valang.functions.BeanPropertyFunction
public class BeanPropertyFunction
Function taking the value from a bean property or a java.util.Map instance.
Constructor Summary | |
---|---|
BeanPropertyFunction(String field)
Constructor |
Method Summary | |
---|---|
String |
getField()
Gets property/field name. |
Object |
getResult(Object target)
Gets result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanPropertyFunction(String field)
Method Detail |
---|
public String getField()
public Object getResult(Object target)
Function
.
getResult
in interface Function
target
- the target bean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |