Class EnvScalarConstructor.ConstructEnv

java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.env.EnvScalarConstructor.ConstructEnv
All Implemented Interfaces:
Construct
Enclosing class:
EnvScalarConstructor

private class EnvScalarConstructor.ConstructEnv extends AbstractConstruct
  • Constructor Details

    • ConstructEnv

      private ConstructEnv()
  • 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