Class RecyclerFactoryConverter
java.lang.Object
org.apache.logging.log4j.layout.template.json.util.RecyclerFactoryConverter
- All Implemented Interfaces:
TypeConverter<RecyclerFactory>
@Plugin(name="RecyclerFactoryConverter",
category="TypeConverter")
public final class RecyclerFactoryConverter
extends Object
implements TypeConverter<RecyclerFactory>
The default string (i.e., recycler factory spec) to
RecyclerFactory
type converter.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts a String to a given type.
-
Constructor Details
-
RecyclerFactoryConverter
public RecyclerFactoryConverter()
-
-
Method Details
-
convert
Description copied from interface:TypeConverter
Converts a String to a given type.- Specified by:
convert
in interfaceTypeConverter<RecyclerFactory>
- Parameters:
recyclerFactorySpec
- the String to convert. Cannot benull
.- Returns:
- the converted object.
-