Class ConstructYamlBinary

java.lang.Object
org.snakeyaml.engine.v2.constructor.ConstructScalar
org.snakeyaml.engine.v2.constructor.json.ConstructYamlBinary
All Implemented Interfaces:
ConstructNode

public class ConstructYamlBinary extends ConstructScalar
Create instances bytes for binary
  • Constructor Details

    • ConstructYamlBinary

      public ConstructYamlBinary()
  • 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