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.NameProcessor
JsonWriter.NameProcessor.of
(UnaryOperator<String> operation) Factory method to create a newJsonWriter.NameProcessor
for the given operation.Methods in org.springframework.boot.json with parameters of type JsonWriter.NameProcessorModifier and TypeMethodDescriptionvoid
JsonWriter.Members.applyingNameProcessor
(JsonWriter.NameProcessor nameProcessor) Add the aJsonWriter.NameProcessor
to be applied when the JSON is written.