Uses of Class
com.sun.tools.xjc.model.CPluginCustomization
-
Packages that use CPluginCustomization Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC. -
-
Uses of CPluginCustomization in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CPluginCustomization Modifier and Type Method Description CPluginCustomization
CCustomizations. find(String nsUri)
Finds the firstCPluginCustomization
that belongs to the given namespace URI.CPluginCustomization
CCustomizations. find(String nsUri, String localName)
Finds the firstCPluginCustomization
that belongs to the given namespace URI and the local name.Constructor parameters in com.sun.tools.xjc.model with type arguments of type CPluginCustomization Constructor Description CCustomizations(Collection<? extends CPluginCustomization> cPluginCustomizations)
-