Package com.networknt.schema.format
Class IriReferenceFormat
- java.lang.Object
-
- com.networknt.schema.format.BaseFormat
-
- 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)
Determines if the uri matches the format.-
Methods inherited from class com.networknt.schema.format.AbstractRFC3986Format
matches
-
Methods inherited from class com.networknt.schema.format.AbstractFormat
matches
-
Methods inherited from class com.networknt.schema.format.BaseFormat
getErrorMessageDescription, getName
-
-
-
-
Method Detail
-
validate
protected boolean validate(URI uri)
Description copied from class:AbstractRFC3986Format
Determines if the uri matches the format.- Specified by:
validate
in classAbstractRFC3986Format
- Parameters:
uri
- the uri to match- Returns:
- true if matches
-
-