Uses of Class
org.noggit.ObjectBuilder
-
Packages that use ObjectBuilder Package Description org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of ObjectBuilder in org.apache.solr.common.util
Fields in org.apache.solr.common.util with type parameters of type ObjectBuilder Modifier and Type Field Description static Function<JSONParser,ObjectBuilder>
Utils. MAPOBJBUILDER
static Function<JSONParser,ObjectBuilder>
Utils. MAPWRITEROBJBUILDER
static Function<JSONParser,ObjectBuilder>
Utils. STANDARDOBJBUILDER
Method parameters in org.apache.solr.common.util with type arguments of type ObjectBuilder Modifier and Type Method Description static Object
Utils. fromJSON(InputStream is, Function<JSONParser,ObjectBuilder> objBuilderProvider)
-