public TypedOptionBuilder intType()

in datasource-client/src/main/java/org/apache/seatunnel/datasource/configuration/Options.java [70:73]


        public TypedOptionBuilder<Integer> intType() {
            return new TypedOptionBuilder<>(key, new TypeReference<Integer>() {
            });
        }