Package com.networknt.schema
Class JsonSchemaRef
- java.lang.Object
-
- com.networknt.schema.JsonSchemaRef
-
public class JsonSchemaRef extends java.lang.Object
Use this object instead a JsonSchema for references.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Supplier<JsonSchema>
schemaSupplier
-
Constructor Summary
Constructors Constructor Description JsonSchemaRef(java.util.function.Supplier<JsonSchema> schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonSchema
getSchema()
-
-
-
Field Detail
-
schemaSupplier
private final java.util.function.Supplier<JsonSchema> schemaSupplier
-
-
Constructor Detail
-
JsonSchemaRef
public JsonSchemaRef(java.util.function.Supplier<JsonSchema> schema)
-
-
Method Detail
-
getSchema
public JsonSchema getSchema()
-
-