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 java.lang.Object implements TypeConverter<RecyclerFactory>
The default string (i.e., recycler factory spec) toRecyclerFactorytype converter.
-
-
Constructor Summary
Constructors Constructor Description RecyclerFactoryConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecyclerFactoryconvert(java.lang.String recyclerFactorySpec)Converts a String to a given type.
-
-
-
Method Detail
-
convert
public RecyclerFactory convert(java.lang.String recyclerFactorySpec)
Description copied from interface:TypeConverterConverts a String to a given type.- Specified by:
convertin interfaceTypeConverter<RecyclerFactory>- Parameters:
recyclerFactorySpec- the String to convert. Cannot benull.- Returns:
- the converted object.
-
-