Uses of Interface
org.yaml.snakeyaml.constructor.Construct

Packages that use Construct
org.yaml.snakeyaml.constructor   
 

Uses of Construct in org.yaml.snakeyaml.constructor
 

Classes in org.yaml.snakeyaml.constructor that implement Construct
 class AbstractConstruct
          Because recursive structures are not very common we provide a way to save some typing when extending a constructor
protected  class Constructor.ConstructScalar
          Construct scalar instance when the runtime class is known.
static class SafeConstructor.ConstructUndefined
           
 class SafeConstructor.ConstructYamlBinary
           
 class SafeConstructor.ConstructYamlBool
           
 class SafeConstructor.ConstructYamlFloat
           
 class SafeConstructor.ConstructYamlInt
           
 class SafeConstructor.ConstructYamlMap
           
 class SafeConstructor.ConstructYamlNull
           
 class SafeConstructor.ConstructYamlOmap
           
 class SafeConstructor.ConstructYamlPairs
           
 class SafeConstructor.ConstructYamlSeq
           
 class SafeConstructor.ConstructYamlSet
           
 class SafeConstructor.ConstructYamlStr
           
 class SafeConstructor.ConstructYamlTimestamp
           
 

Fields in org.yaml.snakeyaml.constructor with type parameters of type Construct
protected  Map<NodeId,Construct> BaseConstructor.yamlClassConstructors
          It maps the node kind to the the Construct implementation.
protected  Map<Tag,Construct> BaseConstructor.yamlConstructors
          It maps the (explicit or implicit) tag to the Construct implementation.
protected  Map<String,Construct> BaseConstructor.yamlMultiConstructors
          It maps the (explicit or implicit) tag to the Construct implementation.
 

Methods in org.yaml.snakeyaml.constructor that return Construct
protected  Construct BaseConstructor.getConstructor(Node node)
          Get the constructor to construct the Node.
 



Copyright © 2008-2010. All Rights Reserved.