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