Uses of Interface
org.apache.log4j.or.ObjectRenderer
Packages that use ObjectRenderer
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
-
Uses of ObjectRenderer in org.apache.log4j
Fields in org.apache.log4j declared as ObjectRendererMethods in org.apache.log4j that return ObjectRendererModifier and TypeMethodDescriptionprivate <T> ObjectRenderer(package private) ObjectRendererCategory.searchInterfaces(Class<?> c) Methods in org.apache.log4j with parameters of type ObjectRendererModifier and TypeMethodDescriptionvoidHierarchy.addRenderer(Class classToRender, ObjectRenderer or) Adds an object renderer for a specific class.voidHierarchy.setRenderer(Class renderedClass, ObjectRenderer renderer) Used by subclasses to add a renderer to the hierarchy passed as parameter.Constructors in org.apache.log4j with parameters of type ObjectRenderer -
Uses of ObjectRenderer in org.apache.log4j.or
Classes in org.apache.log4j.or that implement ObjectRendererModifier and TypeClassDescription(package private) classThe default ObjectRenderer renders objects by calling theirtoString()method.classFields in org.apache.log4j.or declared as ObjectRendererModifier and TypeFieldDescription(package private) static ObjectRendererRendererMap.defaultRendererMethods in org.apache.log4j.or that return ObjectRendererModifier and TypeMethodDescriptionSearch the parents ofclazzfor a renderer.Syntactic sugar method that callsRendererMap.get(Class)with the class of the object parameter.RendererMap.getDefaultRenderer()(package private) ObjectRendererRendererMap.searchInterfaces(Class c) Methods in org.apache.log4j.or with parameters of type ObjectRendererModifier and TypeMethodDescriptionvoidRendererMap.put(Class clazz, ObjectRenderer or) Register anObjectRendererforclazz. -
Uses of ObjectRenderer in org.apache.log4j.or.jms
Classes in org.apache.log4j.or.jms that implement ObjectRenderer -
Uses of ObjectRenderer in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type ObjectRendererModifier and TypeMethodDescriptionvoidRendererSupport.setRenderer(Class renderedClass, ObjectRenderer renderer)