Uses of Interface
org.apache.logging.log4j.core.config.plugins.util.TypeConverter

Packages that use TypeConverter
org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins. 
 

Uses of TypeConverter in org.apache.logging.log4j.core.config.plugins.util
 

Classes in org.apache.logging.log4j.core.config.plugins.util that implement TypeConverter
static class TypeConverters.BigDecimalConverter
          Parses a String into a BigDecimal.
static class TypeConverters.BigIntegerConverter
          Parses a String into a BigInteger.
static class TypeConverters.BooleanConverter
          Converts a String into a Boolean.
static class TypeConverters.ByteArrayConverter
          Converts a String into a byte[].
static class TypeConverters.ByteConverter
          Converts a String into a Byte.
static class TypeConverters.CharacterConverter
          Converts a String into a Character.
static class TypeConverters.CharArrayConverter
          Converts a String into a char[].
static class TypeConverters.CharsetConverter
          Converts a String into a Charset.
static class TypeConverters.ClassConverter
          Converts a String into a Class.
static class TypeConverters.DoubleConverter
          Converts a String into a Double.
static class TypeConverters.EnumConverter<E extends Enum<E>>
          Converts a String into a Enum.
static class TypeConverters.FileConverter
          Converts a String into a File.
static class TypeConverters.FloatConverter
          Converts a String into a Float.
static class TypeConverters.IntegerConverter
          Converts a String into a Integer.
static class TypeConverters.LevelConverter
          Converts a String into a Log4j Level.
static class TypeConverters.LongConverter
          Converts a String into a Long.
static class TypeConverters.PatternConverter
          Converts a String into a Pattern.
static class TypeConverters.SecurityProviderConverter
          Converts a String into a Pattern.
static class TypeConverters.ShortConverter
          Converts a String into a Short.
static class TypeConverters.StringConverter
          Returns the given String, no conversion takes place.
static class TypeConverters.UriConverter
          Converts a String into a URI.
static class TypeConverters.UrlConverter
          Converts a String into a URL.
 

Methods in org.apache.logging.log4j.core.config.plugins.util that return TypeConverter
static TypeConverter<?> TypeConverters.findTypeConverter(Class<?> clazz)
          Locates a TypeConverter for a specified class.
 

Methods in org.apache.logging.log4j.core.config.plugins.util with parameters of type TypeConverter
static void TypeConverters.registerTypeConverter(Class<?> clazz, TypeConverter<?> converter)
          Registers a TypeConverter for a specified class.
 



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.