Uses of Interface
com.sun.xml.bind.v2.model.impl.ModelBuilderI
-
Packages that use ModelBuilderI Package Description com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans.com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. -
-
Uses of ModelBuilderI in com.sun.xml.bind.v2.model.core
Constructors in com.sun.xml.bind.v2.model.core with parameters of type ModelBuilderI Constructor Description Ref(ModelBuilderI<T,C,?,?> builder, T type, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta, javax.xml.bind.annotation.XmlList xl) -
Uses of ModelBuilderI in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement ModelBuilderI Modifier and Type Class Description classModelBuilder<T,C,F,M>classRuntimeModelBuilderModelBuilderthat works at the run-time by using thejava.lang.reflectpackage.
-