Uses of Interface
org.springframework.boot.json.JsonWriter.NameProcessor
Packages that use JsonWriter.NameProcessor
-
Uses of JsonWriter.NameProcessor in org.springframework.boot.json
Methods in org.springframework.boot.json that return JsonWriter.NameProcessorModifier and TypeMethodDescriptionstatic JsonWriter.NameProcessorJsonWriter.NameProcessor.of(UnaryOperator<String> operation) Factory method to create a newJsonWriter.NameProcessorfor the given operation.Methods in org.springframework.boot.json with parameters of type JsonWriter.NameProcessorModifier and TypeMethodDescriptionvoidJsonWriter.Members.applyingNameProcessor(JsonWriter.NameProcessor nameProcessor) Add the aJsonWriter.NameProcessorto be applied when the JSON is written.