Interface ResourceMethodOrLocator

  • All Superinterfaces:
    RrcOrRml
    All Known Implementing Classes:
    ResourceMethod, SubResourceLocator

    @Deprecated
    public interface ResourceMethodOrLocator
    extends RrcOrRml
    Deprecated.
    Will be removed in next minor release.
    This interface describes a resource method, a sub resource method or a sub resource locator. See section 1.5 and 3.3.1 of JAX-RS specification.
    • Method Detail

      • getName

        java.lang.String getName()
        Deprecated.
        Returns:
        returns the name of the java method or sub resource locator
      • getPathRegExp

        PathRegExp getPathRegExp()
        Deprecated.
        Specified by:
        getPathRegExp in interface RrcOrRml
        Returns:
        Returns the Regular Expression of the path.
      • getResourceClass

        ResourceClass getResourceClass()
        Deprecated.
        Returns:
        Returns the wrapped resource class