public class YamlParser extends Object
| Constructor and Description |
|---|
YamlParser() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
load(InputStream is,
Class<T> type) |
static <T> T |
load(String yaml,
Class<T> type) |
static <T> T |
loadWithEnvironmentResolution(InputStream is,
Class<T> type) |
static <T> T |
loadWithEnvironmentResolution(String yaml,
Class<T> type) |
static <T> T |
loadWithEnvironmentResolution(String yaml,
Class<T> type,
org.apache.commons.lang3.text.StrLookup lookup) |
public static <T> T load(InputStream is, Class<T> type)
public static <T> T loadWithEnvironmentResolution(InputStream is, Class<T> type)
public static <T> T loadWithEnvironmentResolution(String yaml, Class<T> type)
Copyright © 2016. All rights reserved.