Class StandardConstructor.ConstructYamlStr

java.lang.Object
org.snakeyaml.engine.v2.constructor.ConstructScalar
org.snakeyaml.engine.v2.constructor.StandardConstructor.ConstructYamlStr
All Implemented Interfaces:
ConstructNode
Enclosing class:
StandardConstructor

public class StandardConstructor.ConstructYamlStr extends ConstructScalar
Create String instances
  • Constructor Details

    • ConstructYamlStr

      public ConstructYamlStr()
  • Method Details

    • construct

      public Object construct(Node node)
      Description copied from interface: ConstructNode
      Construct a Java instance with all the properties injected when it is possible.
      Parameters:
      node - composed Node
      Returns:
      a complete Java instance or empty collection instance if it is recursive