Package com.networknt.schema
Class JsonSchemaRef
- java.lang.Object
-
- com.networknt.schema.JsonSchemaRef
-
public class JsonSchemaRef extends Object
Use this object instead a JsonSchema for references.
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaRef(Supplier<JsonSchema> schema)
-
-
-
Constructor Detail
-
JsonSchemaRef
public JsonSchemaRef(Supplier<JsonSchema> schema)
-
-
Method Detail
-
getSchema
public JsonSchema getSchema()
-
-