Package com.networknt.schema.utils
Class JsonSchemaRefs
- java.lang.Object
-
- com.networknt.schema.utils.JsonSchemaRefs
-
public class JsonSchemaRefs extends Object
Utility methods for JsonSchemaRef.
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaRefs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonSchemaRef
from(JsonSchema schema)
Gets the ref.
-
-
-
Method Detail
-
from
public static JsonSchemaRef from(JsonSchema schema)
Gets the ref.- Parameters:
schema
- the schema- Returns:
- the ref
-
-