Enum Class JaxbSupport
- All Implemented Interfaces:
Serializable,Comparable<JaxbSupport>,Constable,org.faktorips.runtime.xml.IXmlBindingSupport<jakarta.xml.bind.JAXBContext>
public enum JaxbSupport
extends Enum<JaxbSupport>
implements org.faktorips.runtime.xml.IXmlBindingSupport<jakarta.xml.bind.JAXBContext>
Jakarta
JAXB version of the IXmlBindingSupport, to be used with Java EE 9 or
newer.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBContextnewJAXBContext(jakarta.xml.bind.JAXBContext ctx, org.faktorips.runtime.IRuntimeRepository repository) jakarta.xml.bind.JAXBContextnewJAXBContext(org.faktorips.runtime.IRuntimeRepository repository) static JaxbSupportReturns the enum constant of this class with the specified name.static JaxbSupport[]values()Returns an array containing the constants of this enum class, in the order they are declared.static <ValueType,BoundType>
jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType> wrap(org.faktorips.runtime.xml.IIpsXmlAdapter<ValueType, BoundType> xmlAdapter)
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
newJAXBContext
public jakarta.xml.bind.JAXBContext newJAXBContext(org.faktorips.runtime.IRuntimeRepository repository) - Specified by:
newJAXBContextin interfaceorg.faktorips.runtime.xml.IXmlBindingSupport<jakarta.xml.bind.JAXBContext>
-
newJAXBContext
public jakarta.xml.bind.JAXBContext newJAXBContext(jakarta.xml.bind.JAXBContext ctx, org.faktorips.runtime.IRuntimeRepository repository) - Specified by:
newJAXBContextin interfaceorg.faktorips.runtime.xml.IXmlBindingSupport<jakarta.xml.bind.JAXBContext>
-
wrap
public static <ValueType,BoundType> jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType> wrap(org.faktorips.runtime.xml.IIpsXmlAdapter<ValueType, BoundType> xmlAdapter)
-