Class KotlinDslParamBoolean

    • Constructor Detail

      • KotlinDslParamBoolean

        public KotlinDslParamBoolean​(@NotNull
                                     String dslParamName)
      • KotlinDslParamBoolean

        public KotlinDslParamBoolean​(@NotNull
                                     String dslParamName,
                                     @NotNull
                                     String xmlParamName,
                                     @Nullable
                                     String description,
                                     @Nullable
                                     String trueValue,
                                     @Nullable
                                     String falseValue,
                                     @Nullable
                                     DeprecatedInfo deprecatedInfo,
                                     boolean mandatory)
      • KotlinDslParamBoolean

        public KotlinDslParamBoolean​(@NotNull
                                     String dslParamName,
                                     @NotNull
                                     String xmlParamName,
                                     @Nullable
                                     String description,
                                     @Nullable
                                     String trueValue,
                                     @Nullable
                                     String falseValue,
                                     @Nullable
                                     DeprecatedInfo deprecatedInfo,
                                     boolean mandatory,
                                     @NotNull
                                     Map<String,​String> additional)