Interface MonoTypedConverter

All Known Implementing Classes:
DateTokenConverter, IntegerTokenConverter

@Deprecated(since="2022-01-27") public interface MonoTypedConverter
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Converters which can deal only with one type should implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
  • Method Details

    • isApplicable

      boolean isApplicable(Object o)
      Deprecated.