|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface ParamParser
Extracts the value of a parameter from an object. If placed on a method, the function will be presented with a Object [] from the method args used to derive the value;
PathParam
Required Element Summary | |
---|---|
Class<? extends com.google.common.base.Function<Object,String>> |
value
|
Element Detail |
---|
public abstract Class<? extends com.google.common.base.Function<Object,String>> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |