Searched refs:TagAndType (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DTagAndType.java38 class TagAndType { class
41 TagAndType(Name tagName, JaxBeanInfo beanInfo) { method in class:TagAndType
H A DSingleElementNodeProperty.java68 private final Map<Class,TagAndType> typeNames = new HashMap<Class,TagAndType>();
92 typeNames.put( beanInfo.jaxbType, new TagAndType(
121 TagAndType tt=typeNames.get(vtype); // quick way that usually works
124 for (Map.Entry<Class,TagAndType> e : typeNames.entrySet()) {
H A DArrayElementProperty.java69 private final Map<Class,TagAndType> typeMap = new HashMap<Class,TagAndType>();
98 TagAndType tt = new TagAndType(
133 TagAndType tt = typeMap.get(itemType);
233 for (TagAndType tt : typeMap.values()) {

Completed in 46 milliseconds