Annotation Type ParamParser


  • @Target({METHOD,PARAMETER})
    @Retention(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;
    See Also:
    PathParam
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends com.google.common.base.Function<Object,​String>> value  
    • Element Detail