Class FailsafeSchema

java.lang.Object
org.snakeyaml.engine.v2.schema.FailsafeSchema
All Implemented Interfaces:
Schema

public class FailsafeSchema extends Object implements Schema
The failsafe schema is guaranteed to work with any YAML document. It is therefore the recommended schema for generic YAML tools.
  • Constructor Details

    • FailsafeSchema

      public FailsafeSchema()
  • Method Details