| Modifier and Type | Method and Description |
|---|---|
static JAXBContextInstantationMode |
JAXBContextInstantationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXBContextInstantationMode[] |
JAXBContextInstantationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBContextFactory.Builder |
JAXBContextFactory.Builder.withJAXBContextInstantiationMode(JAXBContextInstantationMode jaxbContextInstantiationMode)
Provide an instantiation mode for JAXB Contexts, can be class or package, default is class if
this method is not called.
|
Copyright © 2012–2024 OpenFeign. All rights reserved.