|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(java.lang.String field)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getField()
|
java.lang.Object |
getResult(java.lang.Object target)
Gets the result of the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanPropertyFunction(java.lang.String field)
| Method Detail |
|---|
public java.lang.String getField()
public java.lang.Object getResult(java.lang.Object target)
FunctionGets the result of the function.
getResult in interface Functiontarget - the target bean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||