Searched refs:getReferencedType (Results 1 – 8 of 8) sorted by relevance
59 return getReferencedType() != null; in isReferenceType()121 public abstract ResolvedType getReferencedType(); in getReferencedType() method in ResolvedType
70 deser = ctxt.findContextualValueDeserializer(_fullType.getReferencedType(), property); in createContextual()72 …deser = ctxt.handleSecondaryContextualization(deser, property, _fullType.getReferencedType()); … in createContextual()
98 public ResolvedType getReferencedType() { in getReferencedType() method in TypeReferenceTest.BogusResolvedType
384 public JavaType getReferencedType() { return null; } in getReferencedType() method in JavaType
319 t = t.getReferencedType(); in useForType()332 t = t.getReferencedType(); in useForType()
201 public JavaType getReferencedType() { in getReferencedType() method in ReferenceType
101 _referredType = fullType.getReferencedType(); in ReferenceTypeSerializer()
1113 final JavaType contentType = refType.getReferencedType(); in buildAtomicReferenceSerializer()