public enum SupportedJaxbProvider extends Enum<SupportedJaxbProvider> implements JaxbProvider
Modifier and Type | Method and Description |
---|---|
Class<? extends DefaultJaxbXmlDocumentStructure> |
getDocumentStructureClass() |
String |
getJaxbContextClassName() |
static SupportedJaxbProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedJaxbProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedJaxbProvider JAXB_RI
public static final SupportedJaxbProvider MOXY
public static final SupportedJaxbProvider JAXB_JDK
public static SupportedJaxbProvider[] values()
for (SupportedJaxbProvider c : SupportedJaxbProvider.values()) System.out.println(c);
public static SupportedJaxbProvider valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic Class<? extends DefaultJaxbXmlDocumentStructure> getDocumentStructureClass()
getDocumentStructureClass
in interface JaxbProvider
public String getJaxbContextClassName()
getJaxbContextClassName
in interface JaxbProvider
Copyright © 2013 Oracle Corporation. All rights reserved.