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.ValidationContext.findObjectHandler(String... pathSegmentsOrRelativePathSegments) ValidationContext.getInputHandler()Path.ValidationContext.getObjectHandler()ObjectHandler.getParent()Path.ValidationContext.getRootHandler()Methods in org.burningwave.json with parameters of type ObjectHandlerModifier and TypeMethodDescriptionprotected <I> ValidationContextValidator.createValidationContext(ValidationConfig<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)