Class SafeConstructor.ConstructYamlStr

java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlStr
All Implemented Interfaces:
Construct
Enclosing class:
SafeConstructor

public class SafeConstructor.ConstructYamlStr extends AbstractConstruct
  • Constructor Details

    • ConstructYamlStr

      public ConstructYamlStr()
  • Method Details

    • construct

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