Interface URI

  • All Superinterfaces:
    Comparable<URI>

    public interface URI
    extends Comparable<URI>
    Represents a URI as a String. Transit-java uses this instead of java.net.URI because String creation is more efficient and the common case only needs Strings. Use a custom URIWriter and URIReader if your system needs a java.net.URI instead.
    • Method Detail

      • getValue

        String getValue()
        Gets the String value of the URI
        Returns:
        String