Interface NuitonConverter<O>

All Superinterfaces:
org.apache.commons.beanutils.Converter
All Known Implementing Classes:
ColorConverter, EnumConverter, KeyStrokeConverter, LocaleConverter, URIConverter, URLConverter

public interface NuitonConverter<O> extends org.apache.commons.beanutils.Converter
Over Converter contract to be able to get main type of a converter.

Created on 7/23/14.

Since:
1.0
Author:
Tony Chemit - chemit@codelutin.com
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.apache.commons.beanutils.Converter

    convert
  • Method Details

    • getType

      Class<O> getType()
      Returns:
      the main type of the converter.