public class YAMLDSL extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
YAMLDSL.BooleanField |
static class |
YAMLDSL.Field |
static class |
YAMLDSL.YAMLMap |
| Modifier and Type | Method and Description |
|---|---|
static YAMLDSL |
fromYAML(Object yaml) |
boolean |
isMap() |
Iterable |
iterableElseException(String exceptionMessage) |
YAMLDSL.YAMLMap |
map() |
YAMLDSL.YAMLMap |
mapElseException(String exceptionMessage) |
public YAMLDSL(Object yaml)
public boolean isMap()
public YAMLDSL.YAMLMap map()
public YAMLDSL.YAMLMap mapElseException(String exceptionMessage)
Copyright © 2016. All rights reserved.