Interface MonoTypedConverter

All Known Implementing Classes:
DateTokenConverter, IntegerTokenConverter

public interface MonoTypedConverter
Converters which can deal only with one type should implement this interface.
Author:
Ceki Gülcü
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isApplicable

      boolean isApplicable(Object o)