Uses of Interface
org.apache.solr.common.util.ValidatingJsonMap.PredicateWithErrMsg
Packages that use ValidatingJsonMap.PredicateWithErrMsg
Package
Description
Common utility classes reused on both clients & server.
-
Uses of ValidatingJsonMap.PredicateWithErrMsg in org.apache.solr.common.util
Fields in org.apache.solr.common.util declared as ValidatingJsonMap.PredicateWithErrMsgModifier and TypeFieldDescriptionstatic final ValidatingJsonMap.PredicateWithErrMsg<Pair> ValidatingJsonMap.ENUM_OFstatic final ValidatingJsonMap.PredicateWithErrMsg<Object> ValidatingJsonMap.NOT_NULLMethods in org.apache.solr.common.util with parameters of type ValidatingJsonMap.PredicateWithErrMsgModifier and TypeMethodDescriptionValidatingJsonMap.get(String key, ValidatingJsonMap.PredicateWithErrMsg predicate) ValidatingJsonMap.get(String key, ValidatingJsonMap.PredicateWithErrMsg<Pair> predicate, Object arg) ValidatingJsonMap.getList(String key, ValidatingJsonMap.PredicateWithErrMsg predicate) ValidatingJsonMap.getList(String key, ValidatingJsonMap.PredicateWithErrMsg predicate, Object test) ValidatingJsonMap.getMap(String key, ValidatingJsonMap.PredicateWithErrMsg predicate) ValidatingJsonMap.getMap(String key, ValidatingJsonMap.PredicateWithErrMsg predicate, String message)