Hi All,
i have a bean called KeyData which has a field of type Class.
public class KeyData<T> {
private final String columnId, fieldId;
private final Class<T> valueClass;
public...
Type: Posts; User: selva.e; Keyword(s):
Hi All,
i have a bean called KeyData which has a field of type Class.
public class KeyData<T> {
private final String columnId, fieldId;
private final Class<T> valueClass;
public...