Uses of Class
org.apache.solr.common.util.ValidatingJsonMap
-
Packages that use ValidatingJsonMap Package Description org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of ValidatingJsonMap in org.apache.solr.common
Methods in org.apache.solr.common that return ValidatingJsonMap Modifier and Type Method Description ValidatingJsonMapSpecProvider. getSpec() -
Uses of ValidatingJsonMap in org.apache.solr.common.util
Fields in org.apache.solr.common.util declared as ValidatingJsonMap Modifier and Type Field Description static ValidatingJsonMapValidatingJsonMap. EMPTYMethods in org.apache.solr.common.util that return ValidatingJsonMap Modifier and Type Method Description static ValidatingJsonMapValidatingJsonMap. fromJSON(InputStream is, String includeLocation)static ValidatingJsonMapValidatingJsonMap. fromJSON(Reader s, String includeLocation)static ValidatingJsonMapValidatingJsonMap. getDeepCopy(Map map, int maxDepth, boolean mutable)ValidatingJsonMapValidatingJsonMap. getMap(String key)ValidatingJsonMapValidatingJsonMap. getMap(String key, ValidatingJsonMap.PredicateWithErrMsg predicate)ValidatingJsonMapValidatingJsonMap. getMap(String key, ValidatingJsonMap.PredicateWithErrMsg predicate, String message)static ValidatingJsonMapValidatingJsonMap. parse(String resourceName, String includeLocation)
-