Annotation Interface EndpointParam


@Target(PARAMETER) @Retention(RUNTIME) public @interface EndpointParam
Extracts the endpoint of a parameter from an object.
See Also:
  • invalid reference
    PathParam
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<? extends com.google.common.base.Function<Object,URI>>
     
  • Element Details

    • parser

      Class<? extends com.google.common.base.Function<Object,URI>> parser
      Default:
      org.jclouds.rest.annotations.EndpointParam.ReturnSame.class