public class SingleChoiceOption<T> extends Option<T>
| 构造器和说明 |
|---|
SingleChoiceOption(String key,
org.apache.seatunnel.shade.com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
List<T> optionValues,
T defaultValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
SingleChoiceOption<T> |
withDescription(String description) |
defaultValue, equals, getDescription, hashCode, key, toString, typeReference, withFallbackKeyspublic SingleChoiceOption<T> withDescription(String description)
withDescription 在类中 Option<T>Copyright © 2024 The Apache Software Foundation. All rights reserved.