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 TypeClassDescriptionclassEnumConverter<E extends Enum<E>>static classParses aStringinto aBigDecimal.static classParses aStringinto aBigInteger.static classstatic classConverts aStringinto abyte[].static classstatic classstatic classConverts aStringinto achar[].static classstatic classstatic classstatic classstatic classDeprecated.since 2.24.0.static classstatic classstatic classConverts aStringinto anInetAddress.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classReturns the givenString, no conversion takes place.static classstatic classstatic classMethods in org.apache.logging.log4j.core.config.plugins.convert that return TypeConverterModifier and TypeMethodDescriptionTypeConverterRegistry.findCompatibleConverter(Type type) Finds aTypeConverterfor the givenType, falling back to an assignment-compatible TypeConverter if none exist for the given type.