Interface JaxbConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.jaxb") public interface JaxbConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Exclude classes to automatically be bound to the default JAXB context.
    boolean
    If 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

      Optional<List<String>> 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