接口的使用
org.springframework.boot.json.JsonWriter.NameProcessor
使用JsonWriter.NameProcessor的程序包
-
org.springframework.boot.json中JsonWriter.NameProcessor的使用
修饰符和类型方法说明static JsonWriter.NameProcessor
JsonWriter.NameProcessor.of
(UnaryOperator<String> operation) Factory method to create a newJsonWriter.NameProcessor
for the given operation.修饰符和类型方法说明void
JsonWriter.Members.applyingNameProcessor
(JsonWriter.NameProcessor nameProcessor) Add the aJsonWriter.NameProcessor
to be applied when the JSON is written.