Class LegacyCustomizations
- java.lang.Object
-
- org.jvnet.jaxb.plugin.inheritance.LegacyCustomizations
-
@Deprecated public class LegacyCustomizations extends Object
Deprecated.since 3.0, for removalCustomizations previous namespace handling
-
-
Field Summary
Fields Modifier and Type Field Description static QNameLEGACY_EXTENDS_ELEMENT_NAMEDeprecated.static QNameLEGACY_IMPLEMENTS_ELEMENT_NAMEDeprecated.static StringLEGACY_NAMESPACE_URIDeprecated.static QNameLEGACY_OBJECT_FACTORY_ELEMENT_NAMEDeprecated.
-
Constructor Summary
Constructors Constructor Description LegacyCustomizations()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void_extends(com.sun.tools.xjc.model.CClassInfo classInfo, String className)Deprecated.static void_implements(com.sun.tools.xjc.model.CClassInfo classInfo, String... interfaceNames)Deprecated.static jakarta.xml.bind.JAXBContextgetContext()Deprecated.
-
-
-
Field Detail
-
LEGACY_NAMESPACE_URI
public static String LEGACY_NAMESPACE_URI
Deprecated.
-
LEGACY_OBJECT_FACTORY_ELEMENT_NAME
public static QName LEGACY_OBJECT_FACTORY_ELEMENT_NAME
Deprecated.
-
LEGACY_EXTENDS_ELEMENT_NAME
public static QName LEGACY_EXTENDS_ELEMENT_NAME
Deprecated.
-
LEGACY_IMPLEMENTS_ELEMENT_NAME
public static QName LEGACY_IMPLEMENTS_ELEMENT_NAME
Deprecated.
-
-
Method Detail
-
getContext
public static jakarta.xml.bind.JAXBContext getContext()
Deprecated.
-
_extends
public static void _extends(com.sun.tools.xjc.model.CClassInfo classInfo, String className)Deprecated.
-
_implements
public static void _implements(com.sun.tools.xjc.model.CClassInfo classInfo, String... interfaceNames)Deprecated.
-
-