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 RecyclerFactory
JsonTemplateLayout.Builder. getRecyclerFactory()
static RecyclerFactory
JsonTemplateLayoutDefaults. getRecyclerFactory()
Methods in org.apache.logging.log4j.layout.template.json with parameters of type RecyclerFactory Modifier and Type Method Description JsonTemplateLayout.Builder
JsonTemplateLayout.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 RecyclerFactory
EventResolverContext. getRecyclerFactory()
Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type RecyclerFactory Modifier and Type Method Description EventResolverContext.Builder
EventResolverContext.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 class
DummyRecyclerFactory
class
QueueingRecyclerFactory
class
ThreadLocalRecyclerFactory
Methods in org.apache.logging.log4j.layout.template.json.util that return RecyclerFactory Modifier and Type Method Description RecyclerFactory
RecyclerFactoryConverter. convert(String recyclerFactorySpec)
static RecyclerFactory
RecyclerFactories. ofSpec(String recyclerFactorySpec)
-