| Interface | Description |
|---|---|
| Construct |
Provide a way to construct a Java instance out of the composed Node.
|
| Class | Description |
|---|---|
| AbstractConstruct |
Because recursive structures are not very common we provide a way to save some typing when
extending a constructor
|
| BaseConstructor |
Base code
|
| Constructor |
Construct a custom Java instance.
|
| CustomClassLoaderConstructor |
Construct instances with a custom Class Loader.
|
| SafeConstructor |
Construct standard Java classes
|
| SafeConstructor.ConstructUndefined | |
| SafeConstructor.ConstructYamlTimestamp |
| Exception | Description |
|---|---|
| ConstructorException |
Exception during object construction
|
| DuplicateKeyException |
Indicate mapping with the same key
|
Copyright © 2008–2022. All rights reserved.