Method and Description |
---|
com.networknt.schema.JsonSchemaFactory.Builder.addUriMappings(Map<String, String>)
Use
addUriTranslator instead. |
com.networknt.schema.JsonSchemaFactory.getInstance()
This is a method that is kept to ensure backward compatible. You shouldn't use it anymore.
Please specify the draft version when get an instance.
|
com.networknt.schema.SchemaValidatorsConfig.getUriMappings()
Use
getUriTranslator() instead |
com.networknt.schema.SchemaValidatorsConfig.setUriMappings(Map<String, String>)
Use
addUriTranslator() instead |
Copyright © 2023. All rights reserved.