Package org.apache.graphar.util
Interface Yaml.Static
-
- Enclosing interface:
- Yaml
public static interface Yaml.Static
-
-
Field Summary
Fields Modifier and Type Field Description static Yaml.StaticINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result<StdSharedPtr<Yaml>>Load(StdString input)Result<StdSharedPtr<Yaml>>LoadFile(StdString fileName)
-
-
-
Field Detail
-
INSTANCE
static final Yaml.Static INSTANCE
-
-
Method Detail
-
Load
Result<StdSharedPtr<Yaml>> Load(StdString input)
-
LoadFile
Result<StdSharedPtr<Yaml>> LoadFile(StdString fileName)
-
-