Uses of Class
com.networknt.schema.SchemaRegistryConfig
Packages that use SchemaRegistryConfig
-
Uses of SchemaRegistryConfig in com.networknt.schema
Methods in com.networknt.schema that return SchemaRegistryConfigModifier and TypeMethodDescriptionSchemaRegistryConfig.BuilderSupport.build()static SchemaRegistryConfigSchemaRegistryConfig.getInstance()Gets the default config instance.SchemaContext.getSchemaRegistryConfig()SchemaRegistry.getSchemaRegistryConfig()Gets the schema registry config.Methods in com.networknt.schema with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionstatic SchemaRegistryConfig.BuilderSchemaRegistryConfig.builder(SchemaRegistryConfig config) Copies values from a configuration to a new builder.SchemaRegistry.Builder.schemaRegistryConfig(SchemaRegistryConfig schemaRegistryConfig) -
Uses of SchemaRegistryConfig in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type SchemaRegistryConfigModifier and TypeMethodDescriptionstatic 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.