Uses of Interface
org.apache.logging.log4j.layout.template.json.util.RecyclerFactory
-
Packages that use RecyclerFactory Package Description org.apache.logging.log4j.layout.template.json org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util -
-
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json
Methods in org.apache.logging.log4j.layout.template.json that return RecyclerFactory Modifier and Type Method Description RecyclerFactoryJsonTemplateLayout.Builder. getRecyclerFactory()static RecyclerFactoryJsonTemplateLayoutDefaults. getRecyclerFactory()Methods in org.apache.logging.log4j.layout.template.json with parameters of type RecyclerFactory Modifier and Type Method Description JsonTemplateLayout.BuilderJsonTemplateLayout.Builder. setRecyclerFactory(RecyclerFactory recyclerFactory) -
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json.resolver
Methods in org.apache.logging.log4j.layout.template.json.resolver that return RecyclerFactory Modifier and Type Method Description RecyclerFactoryEventResolverContext. getRecyclerFactory()Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type RecyclerFactory Modifier and Type Method Description EventResolverContext.BuilderEventResolverContext.Builder. setRecyclerFactory(RecyclerFactory recyclerFactory) -
Uses of RecyclerFactory in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util that implement RecyclerFactory Modifier and Type Class Description classDummyRecyclerFactoryclassQueueingRecyclerFactoryclassThreadLocalRecyclerFactoryMethods in org.apache.logging.log4j.layout.template.json.util that return RecyclerFactory Modifier and Type Method Description RecyclerFactoryRecyclerFactoryConverter. convert(String recyclerFactorySpec)static RecyclerFactoryRecyclerFactories. ofSpec(String recyclerFactorySpec)
-