Annotation Type MethodProperties

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean exposed
      Expose this operations as a JAX-RS endpoint.
      String path
      URL path segment that should be used to access this operation.
    • Element Detail

      • exposed

        boolean exposed
        Expose this operations as a JAX-RS endpoint.

        Default: true

        Default:
        true
      • path

        String path
        URL path segment that should be used to access this operation. This path segment is appended to the segment specified with the ResourceProperties annotation used on this resource.

        Default: ""

        Default:
        ""