Uses of Interface
org.apache.graphar.util.Yaml
-
Packages that use Yaml Package Description org.apache.graphar.graphinfo org.apache.graphar.util -
-
Uses of Yaml in org.apache.graphar.graphinfo
Method parameters in org.apache.graphar.graphinfo with type arguments of type Yaml Modifier and Type Method Description static Result<StdSharedPtr<EdgeInfo>>
EdgeInfo. load(StdSharedPtr<Yaml> yaml)
static Result<StdSharedPtr<VertexInfo>>
VertexInfo. load(StdSharedPtr<Yaml> yaml)
Loads vertex info from a YAML object.Result<StdSharedPtr<EdgeInfo>>
EdgeInfo.Static. Load(StdSharedPtr<Yaml> yaml)
Result<StdSharedPtr<VertexInfo>>
VertexInfo.Static. Load(StdSharedPtr<Yaml> yaml)
-
Uses of Yaml in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type Yaml Modifier and Type Method Description static Result<StdSharedPtr<Yaml>>
Yaml. load(StdString input)
Loads the input string as Yaml instance.Result<StdSharedPtr<Yaml>>
Yaml.Static. Load(StdString input)
static Result<StdSharedPtr<Yaml>>
Yaml. loadFile(StdString fileName)
Loads the input file as a single Yaml instance.Result<StdSharedPtr<Yaml>>
Yaml.Static. LoadFile(StdString fileName)
-