Home
last modified time | relevance | path

Searched refs:typeParamCount (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java450 int typeParamCount = subclass.getTypeParameters().length; in constructSpecializedType() local
451 if (typeParamCount == 0) { in constructSpecializedType()
456 TypeBindings tb = _bindingsForSubtype(baseType, typeParamCount, in constructSpecializedType()
468 private TypeBindings _bindingsForSubtype(JavaType baseType, int typeParamCount, in _bindingsForSubtype() argument
471 PlaceholderForType[] placeholders = new PlaceholderForType[typeParamCount]; in _bindingsForSubtype()
472 for (int i = 0; i < typeParamCount; ++i) { in _bindingsForSubtype()
496 final JavaType[] typeParams = new JavaType[typeParamCount]; in _bindingsForSubtype()
497 for (int i = 0; i < typeParamCount; ++i) { in _bindingsForSubtype()