Class MatchedInfo


  • @Deprecated
    class MatchedInfo
    extends java.lang.Object
    Deprecated.
    Will be removed in next minor release.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[] EMPTY_STRING_ARRAY
      Deprecated.
       
      private java.util.List<java.lang.Object> resources
      Deprecated.
      an unmodifiable list with the resource objects.
      private java.util.List<java.lang.String> urisDecoded
      Deprecated.
      an unmodifiable list with the decoded uris, or null, if not yet requested.
      private java.util.List<java.lang.String> urisEncoded
      Deprecated.
      an unmodifiable list with the encoded uris.
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchedInfo​(java.util.List<java.lang.String> urisEncoded, java.util.List<java.lang.Object> resources)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      (package private) java.util.List<java.lang.Object> getResources()
      Deprecated.
      Returns an unmodifiable List of resource class objects.
      (package private) java.util.List<java.lang.String> getUris​(boolean decode)
      Deprecated.
      Returns an unmodifiable List of relative URI parts.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY_STRING_ARRAY

        private static final java.lang.String[] EMPTY_STRING_ARRAY
        Deprecated.
      • resources

        private final java.util.List<java.lang.Object> resources
        Deprecated.
        an unmodifiable list with the resource objects.
      • urisDecoded

        private volatile java.util.List<java.lang.String> urisDecoded
        Deprecated.
        an unmodifiable list with the decoded uris, or null, if not yet requested.
      • urisEncoded

        private final java.util.List<java.lang.String> urisEncoded
        Deprecated.
        an unmodifiable list with the encoded uris.
    • Constructor Detail

      • MatchedInfo

        public MatchedInfo​(java.util.List<java.lang.String> urisEncoded,
                           java.util.List<java.lang.Object> resources)
        Deprecated.
        Parameters:
        urisEncoded -
        resources -
    • Method Detail

      • getResources

        java.util.List<java.lang.Object> getResources()
        Deprecated.
        Returns an unmodifiable List of resource class objects.
        Returns:
        an unmodifiable List of resource class objects.
      • getUris

        java.util.List<java.lang.String> getUris​(boolean decode)
        Deprecated.
        Returns an unmodifiable List of relative URI parts.
        Returns:
        an unmodifiable List of relative URI parts.