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.
 

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<String,Construct> BaseConstructor.yamlConstructors
          It maps the (explicit or implicit) tag to the Construct implementation.
 



Copyright © 2008-2010. All Rights Reserved.