Uses of Class
org.burningwave.json.ObjectHandler
-
Uses of ObjectHandler in org.burningwave.json
Methods in org.burningwave.json that return ObjectHandlerModifier and TypeMethodDescriptionstatic ObjectHandlerPath.Validation.Context.findObjectHandler(String... pathSegmentsOrRelativePathSegments) Validation.Context.getInputHandler()Path.Validation.Context.getObjectHandler()ObjectHandler.getParent()Path.Validation.Context.getParentObjectHandler()Path.Validation.Context.getRootHandler()Facade.newObjectHandler(Object jsonObject) Methods in org.burningwave.json with parameters of type ObjectHandlerModifier and TypeMethodDescriptionprotected <I> Validation.ContextValidator.createValidationContext(Validation.Config<I> config, ObjectHandler objectHandler) Method parameters in org.burningwave.json with type arguments of type ObjectHandlerModifier and TypeMethodDescriptionprotected <O> List<O> ObjectHandler.find(Object jSonObject, Predicate<ObjectHandler> filter, Function<ObjectHandler, O> converter) protected <O> List<O> ObjectHandler.find(Object jSonObject, Predicate<ObjectHandler> filter, Function<ObjectHandler, O> converter) protected <O> OObjectHandler.findFirst(Object jSonObject, Predicate<ObjectHandler> filter, Function<ObjectHandler, O> converter) protected <O> OObjectHandler.findFirst(Object jSonObject, Predicate<ObjectHandler> filter, Function<ObjectHandler, O> converter) protected <I,O> void ObjectHandler.findValues(String path, Object jSonObject, Function<ObjectHandler, Map.Entry<Boolean, org.burningwave.TerminateIterationException>> filter, Function<ObjectHandler, O> converter, Collection<O> collector) protected <I,O> void ObjectHandler.findValues(String path, Collection<I> jSonObject, Function<ObjectHandler, Map.Entry<Boolean, org.burningwave.TerminateIterationException>> filter, Function<ObjectHandler, O> converter, Collection<O> collector) protected <O> voidObjectHandler.findValues(String path, Map<String, Object> jSonObject, Function<ObjectHandler, Map.Entry<Boolean, org.burningwave.TerminateIterationException>> filter, Function<ObjectHandler, O> converter, Collection<O> collector)