Class TemplateSetBuildItem


  • public final class TemplateSetBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    A build item that
    1. Embeds the set of class paths templates defined by a base path and a set of include and exclude globs in the native image;
    2. Adds the base path to the default Configuration via a ClassTemplateLoader

      See NativeConfig.ResourcesConfig.includes for the supported glob syntax.