| 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)
Create
|
Composer(Parser parser,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
| Modifier and Type | Field and Description |
|---|---|
protected LoadSettings |
BaseConstructor.settings
keep the settings
|
| Constructor and Description |
|---|
BaseConstructor(LoadSettings settings)
Create
|
StandardConstructor(LoadSettings settings)
Create
|
| Constructor and Description |
|---|
ParserImpl(LoadSettings settings,
Scanner scanner)
Create
|
ParserImpl(LoadSettings settings,
StreamReader reader)
Create
|
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)
Create
|
ScannerImpl(StreamReader reader,
LoadSettings settings)
Deprecated.
use the other constructor with LoadSettings first
|
StreamReader(LoadSettings loadSettings,
Reader reader)
Create
|
StreamReader(LoadSettings loadSettings,
String stream)
Create
|
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.