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 Detail

      • isApplicable

        boolean isApplicable​(java.lang.Object o)
        Deprecated.