Uses of Class
org.everit.json.schema.SchemaLocation
-
Packages that use SchemaLocation Package Description org.everit.json.schema -
-
Uses of SchemaLocation in org.everit.json.schema
Methods in org.everit.json.schema that return SchemaLocation Modifier and Type Method Description SchemaLocation
SchemaLocation. addPointerSegment(String key)
static SchemaLocation
SchemaLocation. empty()
SchemaLocation
ReferenceSchema. getLocation()
SchemaLocation
Schema. getLocation()
static SchemaLocation
SchemaLocation. parseURI(String uri)
Methods in org.everit.json.schema with parameters of type SchemaLocation Modifier and Type Method Description ReferenceSchema.Builder
ReferenceSchema.Builder. schemaLocation(SchemaLocation location)
Schema.Builder<S>
Schema.Builder. schemaLocation(SchemaLocation location)
-