Package net.avcompris.commons3.yaml
Interface Yaml
public interface Yaml
-
Method Details
-
keys
-
keysAsStrings
Keys are returned sorted. -
items
-
has
-
get
-
asString
String asString() -
asInt
int asInt() -
asLong
long asLong() -
asBoolean
boolean asBoolean() -
asDate
Date asDate() -
isBoolean
boolean isBoolean() -
isString
boolean isString() -
isInt
boolean isInt() -
isArray
boolean isArray() -
isMap
boolean isMap()
-