Class JaxbConfig


  • @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED,
                name="jaxb")
    public class JaxbConfig
    extends Object
    • Field Detail

      • validateJaxbContext

        @ConfigItem(defaultValue="false")
        public boolean validateJaxbContext
        If enabled, it will validate the default JAXB context at build time.
      • excludeClasses

        @ConfigItem
        public 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
    • Constructor Detail

      • JaxbConfig

        public JaxbConfig()