Uses of Enum Class
org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
Packages that use JsonPathUtilsDefault.JsonPathProcessingType
-
Uses of JsonPathUtilsDefault.JsonPathProcessingType in org.spincast.core.json
Methods in org.spincast.core.json that return JsonPathUtilsDefault.JsonPathProcessingTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JsonPathUtilsDefault.JsonPathProcessingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spincast.core.json with parameters of type JsonPathUtilsDefault.JsonPathProcessingTypeModifier and TypeMethodDescriptionprotected ObjectJsonPathUtilsDefault.processJsonPath(JsonObject root, String jsonPath, JsonPathUtilsDefault.JsonPathProcessingType jsonPathProcessingType, Object valueToPut, boolean hasDefaultValue, Object defaultElement)