public final class YAML extends Object
| Constructor and Description |
|---|
YAML() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
from(String path,
Class<T> c)
Deserialize object fromResource YAML file
|
static <T> T |
fromResource(String path,
Class<T> c) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.