com.supermap.dtf.utils

类 ParameterBuilderUtil



  • public class ParameterBuilderUtil
    extends Object
    • 方法详细资料

      • defaultCollectionInput

        public static <T> com.supermap.sps.core.parameters.ICollectionInput<T> defaultCollectionInput(com.supermap.sps.core.parameters.ParameterBuilder parameterBuilder,
                                                                                                      String name,
                                                                                                      Class<T> type,
                                                                                                      Class<T> collectionType,
                                                                                                      String title,
                                                                                                      String description)
      • defaultCollectionInput

        public static <T> com.supermap.sps.core.parameters.ICollectionInput<T> defaultCollectionInput(com.supermap.sps.core.parameters.ParameterBuilder parameterBuilder,
                                                                                                      String name,
                                                                                                      Class<T> type,
                                                                                                      Class<T> collectionType,
                                                                                                      String title)
      • defaultInput

        public static <T> com.supermap.sps.core.parameters.ISingleInput<T> defaultInput(com.supermap.sps.core.parameters.ParameterBuilder parameterBuilder,
                                                                                        String name,
                                                                                        Class<T> type,
                                                                                        boolean isRequired,
                                                                                        String title,
                                                                                        String description)
      • defaultInput

        public static <T> com.supermap.sps.core.parameters.ISingleInput<T> defaultInput(com.supermap.sps.core.parameters.ParameterBuilder parameterBuilder,
                                                                                        String name,
                                                                                        Class<T> type,
                                                                                        boolean isRequired,
                                                                                        String title)

Copyright © 2021–2025 SuperMap. All rights reserved.