java.lang.Object
org.apache.logging.log4j.core.config.plugins.util.PluginType<T>
- Type Parameters:
T
- The plug-in class, which can be any kind of class.
public class PluginType<T>
extends Object
Plugin Descriptor. This is a memento object for Plugin annotations paired to their annotated classes.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
getPluginClass
public Class<T> getPluginClass()
-
getElementName
public String getElementName()
-
-
isObjectPrintable
public boolean isObjectPrintable()
-
isDeferChildren
public boolean isDeferChildren()
-
-