Searched refs:hasGenericTypes (Results 1 – 13 of 13) sorted by relevance
157 public boolean hasGenericTypes() { in hasGenericTypes() method in ArrayType159 return _componentType.hasGenericTypes(); in hasGenericTypes()
74 public abstract boolean hasGenericTypes(); in hasGenericTypes() method in ResolvedType
111 if (_elementType.hasGenericTypes()) { in serializeContents()173 if (_elementType.hasGenericTypes()) { in serializeTypedContents()
110 if (_elementType.hasGenericTypes()) { in _serializeDynamicContents()
385 if (_valueType.hasGenericTypes()) { in serializeDynamic()
83 public boolean hasGenericTypes() { in hasGenericTypes() method in TypeReferenceTest.BogusResolvedType
136 if (_elementType.hasGenericTypes()) { in serializeContents()
458 if (_referredType.hasGenericTypes()) { in _findCachedSerializer()
245 if (_elementType.hasGenericTypes()) { in serializeContents()
1239 if (_valueType.hasGenericTypes()) { in _findSerializer()
375 public boolean hasGenericTypes() { return containedTypeCount() > 0; } in hasGenericTypes() method in JavaType
188 if (!type.hasGenericTypes()) { in _findDeserializer()
562 assertTrue(mapEntryType.hasGenericTypes()); in testMapEntryResolution()