Uses of Interface
org.apache.logging.log4j.core.config.plugins.convert.TypeConverter
Packages that use TypeConverter
Package
Description
TypeConverter plugins for converter strings into various types.
-
Uses of TypeConverter in org.apache.logging.log4j.core.config.plugins.convert
Classes in org.apache.logging.log4j.core.config.plugins.convert that implement TypeConverterModifier and TypeClassDescriptionclass
EnumConverter<E extends Enum<E>>
static class
Parses aString
into aBigDecimal
.static class
Parses aString
into aBigInteger
.static class
static class
Converts aString
into abyte[]
.static class
static class
static class
Converts aString
into achar[]
.static class
static class
static class
static class
static class
static class
static class
static class
Converts aString
into anInetAddress
.static class
static class
static class
static class
static class
static class
static class
static class
Returns the givenString
, no conversion takes place.static class
static class
static class
Fields in org.apache.logging.log4j.core.config.plugins.convert with type parameters of type TypeConverterModifier and TypeFieldDescriptionprivate final ConcurrentMap<Type,
TypeConverter<?>> TypeConverterRegistry.registry
Methods in org.apache.logging.log4j.core.config.plugins.convert that return TypeConverterModifier and TypeMethodDescriptionTypeConverterRegistry.findCompatibleConverter
(Type type) Finds aTypeConverter
for the givenType
, falling back to an assignment-compatible TypeConverter if none exist for the given type.private TypeConverter<?>
TypeConverterRegistry.registerConverter
(Type conversionType, TypeConverter<?> converter) Attempts to register the given converter and returns the effective converter associated with the given type.Methods in org.apache.logging.log4j.core.config.plugins.convert with parameters of type TypeConverterModifier and TypeMethodDescriptionprivate static <T> T
TypeConverters.parseDefaultValue
(TypeConverter<T> converter, Object defaultValue) private TypeConverter<?>
TypeConverterRegistry.registerConverter
(Type conversionType, TypeConverter<?> converter) Attempts to register the given converter and returns the effective converter associated with the given type.Method parameters in org.apache.logging.log4j.core.config.plugins.convert with type arguments of type TypeConverterModifier and TypeMethodDescriptionprivate static Type
TypeConverterRegistry.getTypeConverterSupportedType
(Class<? extends TypeConverter> typeConverterClass)