Package com.cognitect.transit
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Gets the String value of the URI-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getValue
String getValue()
Gets the String value of the URI- Returns:
- String
-
-