| Modifier and Type | Method and Description |
|---|---|
LoadSettings |
LoadSettingsBuilder.build()
Build immutable LoadSettings
|
| Constructor and Description |
|---|
Load(LoadSettings settings)
Create instance to parse the incoming YAML data and create Java instances
|
Load(LoadSettings settings,
BaseConstructor constructor)
Create instance to parse the incoming YAML data and create Java instances
|
| Constructor and Description |
|---|
Compose(LoadSettings settings)
Create instance with provided
LoadSettings |
Parse(LoadSettings settings)
Create instance with provided
LoadSettings |
| Constructor and Description |
|---|
Composer(LoadSettings settings,
Parser parser) |
Composer(Parser parser,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
| Modifier and Type | Field and Description |
|---|---|
protected LoadSettings |
BaseConstructor.settings |
| Constructor and Description |
|---|
BaseConstructor(LoadSettings settings) |
StandardConstructor(LoadSettings settings) |
| Constructor and Description |
|---|
ParserImpl(LoadSettings settings,
Scanner scanner) |
ParserImpl(LoadSettings settings,
StreamReader reader) |
ParserImpl(Scanner scanner,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
ParserImpl(StreamReader reader,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
| Constructor and Description |
|---|
ScannerImpl(LoadSettings settings,
StreamReader reader) |
ScannerImpl(StreamReader reader,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
StreamReader(LoadSettings loadSettings,
Reader reader) |
StreamReader(LoadSettings loadSettings,
String stream) |
StreamReader(Reader reader,
LoadSettings loadSettings)
Deprecated.
use the other constructor with LoadSettings first
|
StreamReader(String stream,
LoadSettings loadSettings)
Deprecated.
use the other constructor with LoadSettings first
|
Copyright © 2018–2022. All rights reserved.