Searched refs:REFLECTION_NAVIGATOR (Results 1 - 25 of 27) sorted by relevance

12

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeAnyTypeImpl.java39 super(Utils.REFLECTION_NAVIGATOR);
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DRuntimeTypeInfoSetImpl.java48 super(Utils.REFLECTION_NAVIGATOR,reader,RuntimeBuiltinLeafInfoImpl.LEAVES);
H A DRuntimeElementInfoImpl.java125 return (Class<? extends JAXBElement>) Utils.REFLECTION_NAVIGATOR.erasure(super.getType());
H A DRuntimeModelBuilder.java77 super(annotationReader, Utils.REFLECTION_NAVIGATOR, subclassReplacements, defaultNamespaceRemap);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DLister.java118 Class rawType = (Class) Utils.REFLECTION_NAVIGATOR.erasure(fieldType);
127 Type bt = Utils.REFLECTION_NAVIGATOR.getBaseClass(fieldType,Collection.class);
129 itemType = (Class) Utils.REFLECTION_NAVIGATOR.erasure(((ParameterizedType)bt).getActualTypeArguments()[0]);
H A DTransducedAccessor.java146 Lister.create(Utils.REFLECTION_NAVIGATOR.erasure(prop.getRawType()), prop.id(), prop.getAdapter()));
H A DAccessor.java200 (Class<T>) Utils.REFLECTION_NAVIGATOR.erasure(adapter.defaultType),
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DTypeReference.java106 Type base = Utils.REFLECTION_NAVIGATOR.getBaseClass(type, Collection.class);
110 return new TypeReference(tagName, Utils.REFLECTION_NAVIGATOR.getTypeArgument(base,0));
H A DJAXBRIContext.java419 return Utils.REFLECTION_NAVIGATOR.getBaseClass(type, baseType);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DElementBeanInfoImpl.java83 expectedType = (Class) Utils.REFLECTION_NAVIGATOR.erasure(rei.getContentInMemoryType());
86 Class type = (Class) Utils.REFLECTION_NAVIGATOR.erasure(rei.getType());
H A DClassBeanInfoImpl.java349 if (Utils.REFLECTION_NAVIGATOR.getDeclaredField(beanClass, p.getFieldName()) == null) {
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DArrayProperty.java51 Utils.REFLECTION_NAVIGATOR.erasure(prop.getRawType()),prop.id(),prop.getAdapter());
H A DSingleMapNodeProperty.java101 Class<ValueT> sig = (Class<ValueT>) Utils.REFLECTION_NAVIGATOR.erasure(prop.getRawType());
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/nav/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DEagerNType.java71 return Utils.REFLECTION_NAVIGATOR.getTypeName(t);
H A DNavigatorImpl.java59 return create(Utils.REFLECTION_NAVIGATOR.getBaseClass(ent.t, enc.c));
179 return create(Utils.REFLECTION_NAVIGATOR.getTypeArgument(ent.t,i));
192 return Utils.REFLECTION_NAVIGATOR.isParameterizedType(ent.t);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);
H A DTypeInfo.java123 Type base = Utils.REFLECTION_NAVIGATOR.getBaseClass(t, Collection.class);
127 return new TypeInfo(tagName, Utils.REFLECTION_NAVIGATOR.getTypeArgument(base,0));
191 Type base = Utils.REFLECTION_NAVIGATOR.getBaseClass(t, Collection.class);
193 return new TypeInfo(tagName, Utils.REFLECTION_NAVIGATOR.getTypeArgument(base,0), annotations);
H A DBindingHelper.java136 return Utils.REFLECTION_NAVIGATOR.getBaseClass(type,baseType);
140 return (Class<T>) Utils.REFLECTION_NAVIGATOR.erasure(t);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DUtils.java53 static final Navigator<Type, Class, Field, Method> REFLECTION_NAVIGATOR; field in class:Utils
55 static { // we statically initializing REFLECTION_NAVIGATOR property
76 REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field, Method>) getInstance.invoke(null);

Completed in 196 milliseconds

12