Uses of Interface
org.springframework.boot.json.JsonWriter.PairExtractor
Packages that use JsonWriter.PairExtractor
Package
Description
Support for parsing JSON.
Support for structured logging.
-
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.PairExtractorusing 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. -
Uses of JsonWriter.PairExtractor in org.springframework.boot.logging.structured
Methods in org.springframework.boot.logging.structured with parameters of type JsonWriter.PairExtractorModifier and TypeMethodDescription<E> voidContextPairs.Pairs.add(Function<T, @Nullable Iterable<E>> elementsExtractor, JsonWriter.PairExtractor<E> pairExtractor) Add pairs from an iterable.