public class ReadonlyConfig extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,Object> |
confData
Stores the concrete key/value pairs of this configuration object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static ReadonlyConfig |
fromConfig(org.apache.seatunnel.shade.com.typesafe.config.Config config) |
static ReadonlyConfig |
fromMap(Map<String,Object> map) |
<T> T |
get(Option<T> option) |
<T> Optional<T> |
getOptional(Option<T> option) |
int |
hashCode() |
org.apache.seatunnel.shade.com.typesafe.config.Config |
toConfig()
Transform to Config todo: This method should be removed after we remove Config
|
Map<String,String> |
toMap() |
void |
toMap(Map<String,String> result) |
String |
toString() |
public static ReadonlyConfig fromMap(Map<String,Object> map)
public static ReadonlyConfig fromConfig(org.apache.seatunnel.shade.com.typesafe.config.Config config)
public <T> T get(Option<T> option)
public org.apache.seatunnel.shade.com.typesafe.config.Config toConfig()
Copyright © 2024 The Apache Software Foundation. All rights reserved.