Searched refs:CLS_COMPARABLE (Results 1 – 1 of 1) sorted by relevance
64 private final static Class<?> CLS_COMPARABLE = Comparable.class; field in TypeFactory96 protected final static SimpleType CORE_TYPE_COMPARABLE = new SimpleType(CLS_COMPARABLE);1550 if (rawType == CLS_COMPARABLE) { in _fromParamType()