Uses of Class
com.networknt.schema.SchemaRegistryConfig
-
Packages that use SchemaRegistryConfig Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of SchemaRegistryConfig in com.networknt.schema
Methods in com.networknt.schema that return SchemaRegistryConfig Modifier and Type Method Description SchemaRegistryConfigSchemaRegistryConfig.BuilderSupport. build()static SchemaRegistryConfigSchemaRegistryConfig. getInstance()Gets the default config instance.SchemaRegistryConfigSchemaContext. getSchemaRegistryConfig()SchemaRegistryConfigSchemaRegistry. getSchemaRegistryConfig()Gets the schema registry config.Methods in com.networknt.schema with parameters of type SchemaRegistryConfig Modifier and Type Method Description static SchemaRegistryConfig.BuilderSchemaRegistryConfig. builder(SchemaRegistryConfig config)Copies values from a configuration to a new builder.SchemaRegistry.BuilderSchemaRegistry.Builder. schemaRegistryConfig(SchemaRegistryConfig schemaRegistryConfig) -
Uses of SchemaRegistryConfig in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type SchemaRegistryConfig Modifier and Type Method Description static JsonTypeTypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaRegistryConfig config)Gets theJsonTypeof the value node.static booleanJsonNodeTypes. isNumber(com.fasterxml.jackson.databind.JsonNode node, SchemaRegistryConfig config)Check if the type of the JsonNode's value is number based on the status of typeLoose flag.
-