| Package | Description |
|---|---|
| org.bremersee.xml |
| Modifier and Type | Method and Description |
|---|---|
SchemaMode |
JaxbContextWrapper.getSchemaMode()
Gets schema mode.
|
static SchemaMode |
SchemaMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaMode[] |
SchemaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbContextWrapper.setSchemaMode(SchemaMode schemaMode)
Sets schema mode.
|
JaxbContextBuilder |
JaxbContextBuilder.withSchemaMode(SchemaMode schemaMode)
Specifies whether to add a schema to the marshaller or unmarshaller.
|
Copyright © 2020 bremersee.org. All rights reserved.