Class IntegerTokenConverter

  • All Implemented Interfaces:
    MonoTypedConverter, ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class IntegerTokenConverter
    extends DynamicConverter<java.lang.Object>
    implements MonoTypedConverter
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    When asked to convert an integer, IntegerTokenConverter the string value of that integer.
    • Field Detail

      • CONVERTER_KEY

        public static final java.lang.String CONVERTER_KEY
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IntegerTokenConverter

        public IntegerTokenConverter()
        Deprecated.
    • Method Detail

      • convert

        public java.lang.String convert​(int i)
        Deprecated.
      • convert

        public java.lang.String convert​(java.lang.Object o)
        Deprecated.
        Description copied from class: Converter
        The convert method is responsible for extracting data from the event and storing it for later use by the write method.
        Specified by:
        convert in class Converter<java.lang.Object>