|
I'm also having problems with this same issue. My converter declaration is this:
@Converter public class LimitesConverter implements AttributeConverter<IFaixa<Long>, String>
and I get the error:
java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl cannot be cast to java.lang.Class
|