Uses of Interface
org.springframework.boot.json.JsonWriter.PairExtractor
-
Uses of JsonWriter.PairExtractor in org.springframework.boot.json
Modifier and TypeMethodDescriptionstatic <T> JsonWriter.PairExtractor<T>
Factory method to create aJsonWriter.PairExtractor
using distinct name and value extraction functions.Modifier and TypeMethodDescription<E> JsonWriter.Member<T>
JsonWriter.Member.usingExtractedPairs
(BiConsumer<T, Consumer<E>> elements, JsonWriter.PairExtractor<E> extractor) Add JSON name/value pairs by extracting values from a series of elements.