Uses of Interface
org.apache.logging.log4j.core.config.plugins.convert.TypeConverter
Package
Description
TypeConverter plugins for converter strings into various types.
-
Uses of TypeConverter in org.apache.logging.log4j.core.config.plugins.convert
Modifier 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
Deprecated.since 2.24.0.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
Modifier and TypeMethodDescriptionTypeConverterRegistry.findCompatibleConverter
(Type type) Finds aTypeConverter
for the givenType
, falling back to an assignment-compatible TypeConverter if none exist for the given type.