| Class and Description |
|---|
| com.github.fge.jsonschema.core.util.RhinoHelper
use
RegexECMA262Helper as 1:1 replacement |
| com.github.fge.jsonschema.core.util.equivalence.SchemaTreeEquivalence
see
SchemaKey |
| Method and Description |
|---|
| com.github.fge.jsonschema.core.load.configuration.LoadingConfiguration.getEnableCache()
Use cacheSize getter instead to get the cache size
|
| com.github.fge.jsonschema.core.tree.SchemaTree.getId()
superseded by
SchemaKey |
| com.github.fge.jsonschema.core.tree.BaseSchemaTree.getId() |
| com.github.fge.jsonschema.core.util.RhinoHelper.regexIsValid(String) |
| com.github.fge.jsonschema.core.util.RhinoHelper.regMatch(String, String) |
| com.github.fge.jsonschema.core.load.configuration.LoadingConfigurationBuilder.setEnableCache(boolean)
Just for backward compatibility
Use cacheSize setter instead to set the maximum size of the cache
Note that this does not affect preloaded schemas |