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.corepackage 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 CPluginCustomizationCCustomizations. find(String nsUri)Finds the firstCPluginCustomizationthat belongs to the given namespace URI.CPluginCustomizationCCustomizations. find(String nsUri, String localName)Finds the firstCPluginCustomizationthat 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)
-