Uses of Class
org.apache.logging.log4j.layout.template.json.JsonTemplateLayout.Context
Packages that use JsonTemplateLayout.Context
-
Uses of JsonTemplateLayout.Context in org.apache.logging.log4j.layout.template.json
Fields in org.apache.logging.log4j.layout.template.json with type parameters of type JsonTemplateLayout.ContextModifier and TypeFieldDescriptionprivate final Recycler<JsonTemplateLayout.Context>
JsonTemplateLayout.contextRecycler
Methods in org.apache.logging.log4j.layout.template.json that return JsonTemplateLayout.ContextModifier and TypeMethodDescription(package private) JsonTemplateLayout.Context
JsonTemplateLayout.acquireContext()
Methods in org.apache.logging.log4j.layout.template.json that return types with arguments of type JsonTemplateLayout.ContextModifier and TypeMethodDescriptionprivate static Recycler<JsonTemplateLayout.Context>
JsonTemplateLayout.createContextRecycler
(JsonTemplateLayout.Builder builder, JsonWriter jsonWriter) private static Supplier<JsonTemplateLayout.Context>
JsonTemplateLayout.createContextSupplier
(Charset charset, JsonWriter jsonWriter)