Class SystemPropertyBuildItem


  • public final class SystemPropertyBuildItem
    extends MultiBuildItem
    Represents a system property that will be set immediately on application startup.
    • Constructor Detail

      • SystemPropertyBuildItem

        public SystemPropertyBuildItem​(String key,
                                       String value)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()