Class ContextInjector.GetLastPathSegment

  • All Implemented Interfaces:
    javax.ws.rs.core.PathSegment
    Enclosing class:
    ContextInjector

    private static class ContextInjector.GetLastPathSegment
    extends java.lang.Object
    implements javax.ws.rs.core.PathSegment
    • Method Detail

      • getLast

        private javax.ws.rs.core.PathSegment getLast()
      • getMatrixParameters

        public javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String> getMatrixParameters()
        Specified by:
        getMatrixParameters in interface javax.ws.rs.core.PathSegment
        See Also:
        PathSegment.getMatrixParameters()
      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface javax.ws.rs.core.PathSegment
        See Also:
        PathSegment.getPath()