Class MappedResource<E>

    • Constructor Detail

      • MappedResource

        public MappedResource​(PathSpec pathSpec,
                              E resource)
    • Method Detail

      • getPathSpec

        @ManagedAttribute(value="path spec",
                          readonly=true)
        public PathSpec getPathSpec()
      • getResource

        @ManagedAttribute(value="resource",
                          readonly=true)
        public E getResource()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object