Uses of Class
org.citrusframework.validation.json.JsonElementValidatorItem
Packages that use JsonElementValidatorItem
-
Uses of JsonElementValidatorItem in org.citrusframework.validation.json
Methods in org.citrusframework.validation.json that return JsonElementValidatorItemModifier and TypeMethodDescription<O> JsonElementValidatorItem<O>JsonElementValidatorItem.ensureType(Class<O> type) JsonElementValidatorItem.getRoot()JsonElementValidatorItem.parent(JsonElementValidatorItem<?> parent) Set the parent of this json-element.static JsonElementValidatorItem<Object>Parses and wraps the given json's.Methods in org.citrusframework.validation.json with parameters of type JsonElementValidatorItemModifier and TypeMethodDescriptionJsonElementValidatorItem.parent(JsonElementValidatorItem<?> parent) Set the parent of this json-element.voidJsonElementValidator.validate(JsonElementValidatorItem<?> control)