Package org.apache.logging.log4j.core.config.plugins.convert
@Export
@Version("2.24.0")
package org.apache.logging.log4j.core.config.plugins.convert
TypeConverter plugins for converter strings into various types. These plugins are used for parsing plugin
attributes in plugin factory methods.
-
ClassDescriptionUtility methods for Date classes.EnumConverter<E extends Enum<E>>Converts Strings to hex.Interface for doing automatic String conversion to a specific type.Registry for
TypeConverter
plugins.Collection of basic TypeConverter implementations.Parses aString
into aBigDecimal
.Parses aString
into aBigInteger
.Converts aString
into abyte[]
.Converts aString
into achar[]
.Deprecated.since 2.24.0.Converts aString
into anInetAddress
.Returns the givenString
, no conversion takes place.