Uses of Interface
org.springframework.boot.json.JsonWriter.NameProcessor
-
Uses of JsonWriter.NameProcessor in org.springframework.boot.json
Modifier and TypeMethodDescriptionstatic JsonWriter.NameProcessor
JsonWriter.NameProcessor.of
(UnaryOperator<String> operation) Factory method to create a newJsonWriter.NameProcessor
for the given operation.Modifier and TypeMethodDescriptionvoid
JsonWriter.Members.applyingNameProcessor
(JsonWriter.NameProcessor nameProcessor) Add the aJsonWriter.NameProcessor
to be applied when the JSON is written.