Searched refs:DefaultValueLoaderDecorator (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultValueLoaderDecorator.java35 public final class DefaultValueLoaderDecorator extends Loader { class in inherits:Loader
39 public DefaultValueLoaderDecorator(Loader l, String defaultValue) { method in class:DefaultValueLoaderDecorator
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DListElementProperty.java46 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
90 l = new DefaultValueLoaderDecorator(l, defaultValue);
H A DSingleElementLeafProperty.java46 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
168 l = new DefaultValueLoaderDecorator(l, defaultValue);
H A DSingleElementNodeProperty.java49 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
162 l = new DefaultValueLoaderDecorator(l,e.getDefaultValue());
H A DArrayElementProperty.java53 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
196 item = new DefaultValueLoaderDecorator(item,typeRef.getDefaultValue());

Completed in 91 milliseconds