Searched refs:getGenericComponentType (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DGenericArrayType.java51 Type getGenericComponentType(); method in interface:GenericArrayType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DGenericArrayTypeImpl.java50 public Type getGenericComponentType() { method in class:GenericArrayTypeImpl
55 Type componentType = getGenericComponentType();
71 Type thatComponentType = that.getGenericComponentType();
H A DReflectionNavigator.java200 Type c = visit(g.getGenericComponentType(), types);
201 if (c == g.getGenericComponentType()) {
356 visit(g.getGenericComponentType(), null),
420 t = ((GenericArrayType) t).getGenericComponentType();
432 return ((GenericArrayType) t).getGenericComponentType();
616 if (gat.getGenericComponentType() instanceof Class) {
617 Class c = (Class) gat.getGenericComponentType();
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DGenericArrayTypeImpl.java63 public Type getGenericComponentType() { method in class:GenericArrayTypeImpl
68 Type componentType = getGenericComponentType();
84 Type thatComponentType = that.getGenericComponentType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DFieldSignature.java71 return "["+vms(((GenericArrayType)t).getGenericComponentType());
/openjdk7/jdk/src/share/classes/com/sun/beans/
H A DTypeResolver.java161 Type comp = ((GenericArrayType) formal).getGenericComponentType();
256 return Array.newInstance(erase(gat.getGenericComponentType()), 0).getClass();
332 * where {@link GenericArrayType#getGenericComponentType getGenericComponentType}
344 Type comp = ((GenericArrayType)type).getGenericComponentType();
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanIntrospector.java322 ((GenericArrayType) type).getGenericComponentType());
346 return typeName(gat.getGenericComponentType()) + "[]";
H A DDefaultMXBeanMappingFactory.java276 ((GenericArrayType) objType).getGenericComponentType();
572 ((GenericArrayType) javaType).getGenericComponentType();
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestPlainArrayNotGeneric.java140 Type comp = gat.getGenericComponentType();
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java373 this.componentType = getMappedType(gat.getGenericComponentType());
381 elementType = et.getGenericComponentType();
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java396 return Array.newInstance(toClass(((GenericArrayType)o).getGenericComponentType()),
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java1013 return Array.newInstance(toClass(((GenericArrayType)o).getGenericComponentType()),

Completed in 70 milliseconds