Package io.quarkus.jaxb.runtime
Class JaxbConfig
- java.lang.Object
-
- io.quarkus.jaxb.runtime.JaxbConfig
-
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED, name="jaxb") public class JaxbConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<List<String>>excludeClassesExclude classes to automatically be bound to the default JAXB context.booleanvalidateJaxbContextIf enabled, it will validate the default JAXB context at build time.
-
Constructor Summary
Constructors Constructor Description JaxbConfig()
-