Interface Converter<C,R>

Type Parameters:
C - convertible to convert
R - result type to convert to
All Superinterfaces:
ExceptionConverter<C,R,RuntimeException>

public interface Converter<C,R> extends ExceptionConverter<C,R,RuntimeException>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(C convertible)
    converts from Converter to Converter