Searched refs:getWrapperType (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DParameterImpl.java104 if (itemType != null && itemType.getWrapperType() == null) {
260 if (itemType.getWrapperType() != null) types.add(getTypeInfo());
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java166 final Class<?> wrapperType = getWrapperType(sourceType);
337 public static Class<?> getWrapperType(final Class<?> primitiveType) { method in class:TypeUtilities
/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/internal/
H A DInternalTypeUtilities.java129 final Class<?> npc1 = c1.isPrimitive() ? TypeUtilities.getWrapperType(c1) : c1;
130 final Class<?> npc2 = c2.isPrimitive() ? TypeUtilities.getWrapperType(c2) : c2;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DTypeInfo.java198 public TypeInfo getWrapperType() { method in class:TypeInfo
H A DServiceArtifactSchemaGenerator.java133 if (typeInfo.getWrapperType() != null) typeInfo = param.getTypeInfo();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornPrimitiveLinker.java167 final Class<?> wrapper = TypeUtilities.getWrapperType(type);

Completed in 57 milliseconds