Searched refs:getOrCreate (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java297 JaxBeanInfo<?> bi = getOrCreate(e);
305 JaxBeanInfo<?> ai = getOrCreate(a);
311 ClassBeanInfoImpl<?> bi = getOrCreate(e.getValue());
331 ElementBeanInfoImpl bi = getOrCreate(n);
350 getOrCreate(typeSet.getAnyTypeInfo());
475 private ElementBeanInfoImpl getOrCreate( RuntimeElementInfo rei ) { method in class:JAXBContextImpl
483 protected JaxBeanInfo getOrCreate( RuntimeEnumLeafInfo eli ) { method in class:JAXBContextImpl
491 protected ClassBeanInfoImpl getOrCreate( RuntimeClassInfo ci ) { method in class:JAXBContextImpl
499 protected JaxBeanInfo getOrCreate( RuntimeArrayInfo ai ) { method in class:JAXBContextImpl
509 public JaxBeanInfo getOrCreate(RuntimeTypeInf method in class:JAXBContextImpl
[all...]
H A DArrayBeanInfoImpl.java63 this.itemBeanInfo = owner.getOrCreate(rai.getItemType());
H A DClassBeanInfoImpl.java153 this.superClazz = owner.getOrCreate(ci.getBaseClass());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleElementNodeProperty.java90 JaxBeanInfo beanInfo = context.getOrCreate(e.getTarget());
157 JaxBeanInfo bi = context.getOrCreate((RuntimeTypeInfo) e.getTarget());
H A DSingleMapNodeProperty.java97 this.keyBeanInfo = context.getOrCreate(prop.getKeyType());
98 this.valueBeanInfo = context.getOrCreate(prop.getValueType());
H A DArrayReferenceNodeProperty.java72 JaxBeanInfo bi = p.getOrCreate(e);
H A DSingleReferenceNodeProperty.java70 expectedElements.put( e.getElementName(), context.getOrCreate(e) );
H A DArrayElementProperty.java97 JaxBeanInfo beanInfo = grammar.getOrCreate(typeRef.getTarget());

Completed in 38 milliseconds