Class TypeConverters.SecurityProviderConverter

java.lang.Object
org.apache.logging.log4j.core.config.plugins.convert.TypeConverters.SecurityProviderConverter
All Implemented Interfaces:
TypeConverter<Provider>
Enclosing class:
TypeConverters

@Plugin(name="SecurityProvider", category="TypeConverter") public static class TypeConverters.SecurityProviderConverter extends Object implements TypeConverter<Provider>
Converts a String into a Provider.
  • Constructor Details

    • SecurityProviderConverter

      public SecurityProviderConverter()
  • Method Details

    • convert

      public Provider convert(String s)
      Description copied from interface: TypeConverter
      Converts a String to a given type.
      Specified by:
      convert in interface TypeConverter<Provider>
      Parameters:
      s - the String to convert. Cannot be null.
      Returns:
      the converted object.