Uses of Class
org.apache.logging.log4j.layout.template.json.JsonTemplateLayout.Context
-
Packages that use JsonTemplateLayout.Context Package Description org.apache.logging.log4j.layout.template.json -
-
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.Context Modifier and Type Field Description private Recycler<JsonTemplateLayout.Context>
JsonTemplateLayout. contextRecycler
Methods in org.apache.logging.log4j.layout.template.json that return JsonTemplateLayout.Context Modifier and Type Method Description (package private) JsonTemplateLayout.Context
JsonTemplateLayout. acquireContext()
Methods in org.apache.logging.log4j.layout.template.json that return types with arguments of type JsonTemplateLayout.Context Modifier and Type Method Description private static Recycler<JsonTemplateLayout.Context>
JsonTemplateLayout. createContextRecycler(JsonTemplateLayout.Builder builder, JsonWriter jsonWriter)
private static java.util.function.Supplier<JsonTemplateLayout.Context>
JsonTemplateLayout. createContextSupplier(java.nio.charset.Charset charset, JsonWriter jsonWriter)
-