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

Packages that use TypeConverter
org.apache.logging.log4j.core.config.plugins.convert 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 TypeConverter
 class EnumConverter<E extends Enum<E>>
          Converts a String into a Enum.
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.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 Provider.
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.convert that return TypeConverter
 TypeConverter<?> TypeConverterRegistry.findCompatibleConverter(Type type)
          Finds a TypeConverter for the given Type, falling back to an assignment-compatible TypeConverter if none exist for the given type.
 



Copyright © 1999-2015 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.