Class KotlinDslParamInt

    • Constructor Detail

      • KotlinDslParamInt

        public KotlinDslParamInt​(@NotNull
                                 String dslParamName)
      • KotlinDslParamInt

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

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