Uses of Enum Class
org.bremersee.xml.SchemaMode
Packages that use SchemaMode
-
Uses of SchemaMode in org.bremersee.xml
Methods in org.bremersee.xml that return SchemaModeModifier and TypeMethodDescriptionstatic SchemaMode
Returns the enum constant of this class with the specified name.static SchemaMode[]
SchemaMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.xml with parameters of type SchemaModeModifier and TypeMethodDescriptionJaxbContextBuilder.withSchemaMode
(SchemaMode schemaMode) Specifies whether to add a schema to the marshaller or unmarshaller.