| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.configuration |
| 限定符和类型 | 方法和说明 |
|---|---|
Options.TypedOptionBuilder<BigDecimal> |
Options.OptionBuilder.bigDecimalType()
Defines that the value of the option should be of
BigDecimal type. |
Options.TypedOptionBuilder<Boolean> |
Options.OptionBuilder.booleanType()
Defines that the value of the option should be of
Boolean type. |
Options.TypedOptionBuilder<Double> |
Options.OptionBuilder.doubleType()
Defines that the value of the option should be of
Double type. |
Options.TypedOptionBuilder<java.time.Duration> |
Options.OptionBuilder.durationType()
Defines that the value of the option should be of
Duration type. |
<T extends Enum<T>> |
Options.OptionBuilder.enumType(Class<T> enumClass)
Defines that the value of the option should be of
Enum type. |
Options.TypedOptionBuilder<Float> |
Options.OptionBuilder.floatType()
Defines that the value of the option should be of
Float type. |
Options.TypedOptionBuilder<Integer> |
Options.OptionBuilder.intType()
Defines that the value of the option should be of
Integer type. |
Options.TypedOptionBuilder<List<String>> |
Options.OptionBuilder.listType()
Defines that the value of the option should be a list of properties, which can be
represented as
List<String>. |
<T> Options.TypedOptionBuilder<List<T>> |
Options.OptionBuilder.listType(Class<T> subClass)
Defines that the value of the option should be a list of properties, which can be
represented as
List<T>. |
Options.TypedOptionBuilder<Long> |
Options.OptionBuilder.longType()
Defines that the value of the option should be of
Long type. |
Options.TypedOptionBuilder<Map<String,String>> |
Options.OptionBuilder.mapType()
Defines that the value of the option should be a set of properties, which can be
represented as
Map<String, String>. |
<T> Options.TypedOptionBuilder<T> |
Options.OptionBuilder.objectType(Class<T> option) |
Options.TypedOptionBuilder<String> |
Options.OptionBuilder.stringType()
Defines that the value of the option should be of
String type. |
<T> Options.TypedOptionBuilder<T> |
Options.OptionBuilder.type(org.apache.seatunnel.shade.com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
The value of the definition option should be represented as T.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.