Uses of Class
com.networknt.schema.SchemaRef
-
Packages that use SchemaRef Package Description com.networknt.schema.keyword com.networknt.schema.utils -
-
Uses of SchemaRef in com.networknt.schema.keyword
Fields in com.networknt.schema.keyword declared as SchemaRef Modifier and Type Field Description protected SchemaRefRefValidator. schemaMethods in com.networknt.schema.keyword that return SchemaRef Modifier and Type Method Description SchemaRefDynamicRefValidator. getSchemaRef(ExecutionContext executionContext)SchemaRefRecursiveRefValidator. getSchemaRef(ExecutionContext executionContext)SchemaRefRefValidator. getSchemaRef() -
Uses of SchemaRef in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return SchemaRef Modifier and Type Method Description static SchemaRefSchemaRefs. from(Schema schema, ExecutionContext executionContext)Gets the ref.
-