Package com.networknt.schema.format
Class IriReferenceFormat
- java.lang.Object
-
- com.networknt.schema.format.AbstractFormat
-
- com.networknt.schema.format.AbstractRFC3986Format
-
- com.networknt.schema.format.IriReferenceFormat
-
- All Implemented Interfaces:
Format
public class IriReferenceFormat extends AbstractRFC3986Format
-
-
Constructor Summary
Constructors Constructor Description IriReferenceFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
validate(URI uri)
-
Methods inherited from class com.networknt.schema.format.AbstractRFC3986Format
matches
-
Methods inherited from class com.networknt.schema.format.AbstractFormat
getErrorMessageDescription, getName
-
-
-
-
Method Detail
-
validate
protected boolean validate(URI uri)
- Specified by:
validate
in classAbstractRFC3986Format
-
-