Package io.quarkus.jaxb.runtime
Interface JaxbConfig
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
@ConfigMapping(prefix="quarkus.jaxb")
public interface JaxbConfig
-
Method Summary
Modifier and TypeMethodDescriptionExclude classes to automatically be bound to the default JAXB context.booleanIf enabled, it will validate the default JAXB context at build time.
-
Method Details
-
validateJaxbContext
@WithDefault("false") boolean validateJaxbContext()If 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
-