Uses of Interface
org.springframework.boot.json.JsonWriter.PairExtractor
Packages that use JsonWriter.PairExtractor
-
Uses of JsonWriter.PairExtractor in org.springframework.boot.json
Methods in org.springframework.boot.json that return JsonWriter.PairExtractorModifier and TypeMethodDescriptionstatic <T> JsonWriter.PairExtractor<T>
Factory method to create aJsonWriter.PairExtractor
using distinct name and value extraction functions.Methods in org.springframework.boot.json with parameters of type JsonWriter.PairExtractorModifier 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.