Package io.quarkus.jaxb.runtime
Class JaxbConfig
java.lang.Object
io.quarkus.jaxb.runtime.JaxbConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionExclude classes to automatically be bound to the default JAXB context.booleanIf enabled, it will validate the default JAXB context at build time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validateJaxbContext
@ConfigItem(defaultValue="false") public boolean validateJaxbContextIf enabled, it will validate the default JAXB context at build time. -
excludeClasses
Exclude classes to automatically be bound to the default JAXB context. Values with suffix.*, i.e.org.acme.*, are considered packages and exclude all classes that are members of these packages
-
-
Constructor Details
-
JaxbConfig
public JaxbConfig()
-