Uses of Class
com.streamconverter.controller.JsonProcessingController
Packages that use JsonProcessingController
-
Uses of JsonProcessingController in com.streamconverter.controller
Methods in com.streamconverter.controller that return JsonProcessingControllerModifier and TypeMethodDescriptionstatic JsonProcessingController
JsonProcessingController.forFormatting()
Factory method for JSON formatting only.static JsonProcessingController
JsonProcessingController.forPropertyExtraction
(String propertyPath, boolean enableValidation) Factory method for property extraction.static JsonProcessingController
JsonProcessingController.forTransformation
(String propertyPath, String... processingStages) Factory method for multi-stage transformation.