java.lang.Object
swim.uri.UriPattern
-
Method Summary
Modifier and TypeMethodDescription<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.<T> Output<T>Writes a human readable, display-formatted string representation of this object tooutput.static UriPatternempty()booleanstatic Form<UriPattern>form()static UriPatterninthashCode()abstract booleanisUri()booleanabstract booleanstatic UriPatterntoString()abstract UritoUri()unapply(String uri, HashTrieMap<String, String> defaults) abstract HashTrieMap<String,String> unapply(Uri uri, HashTrieMap<String, String> defaults)
-
Method Details
-
isUri
public abstract boolean isUri() -
toUri
-
apply
-
unapply
-
unapply
-
unapply
-
unapply
-
matches
-
matches
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
display
Description copied from interface:DisplayWrites a human readable, display-formatted string representation of this object tooutput. -
toString
-
empty
-
from
-
parse
-
form
-