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