Package org.apache.logging.log4j.core.config.plugins.convert
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
TypeConverterplugins.Collection of basic TypeConverter implementations.Parses aStringinto aBigDecimal.Parses aStringinto aBigInteger.Converts aStringinto abyte[].Converts aStringinto achar[].Converts aStringinto anInetAddress.Returns the givenString, no conversion takes place.