Searched refs:CLS_JSON_NODE (Results 1 – 2 of 2) sorted by relevance
24 private final static Class<?> CLS_JSON_NODE = JsonNode.class; field in BasicClassIntrospector234 } else if (CLS_JSON_NODE.isAssignableFrom(cls)) { in _findStdTypeDesc()
67 private final static Class<?> CLS_JSON_NODE = JsonNode.class; // since 2.10 field in TypeFactory120 protected final static SimpleType CORE_TYPE_JSON_NODE = new SimpleType(CLS_JSON_NODE);1305 if (clz == CLS_JSON_NODE) return CORE_TYPE_JSON_NODE; // since 2.10 in _findWellKnownSimple()