Uses of Interface
org.snakeyaml.engine.v2.schema.Schema
Packages that use Schema
-
Uses of Schema in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as SchemaModifier and TypeFieldDescriptionprivate final SchemaDumpSettings.schemaprivate SchemaDumpSettingsBuilder.schemaprivate final SchemaLoadSettings.schemaprivate SchemaLoadSettingsBuilder.schemaMethods in org.snakeyaml.engine.v2.api that return SchemaMethods in org.snakeyaml.engine.v2.api with parameters of type SchemaModifier and TypeMethodDescriptionProvide either recommended or custom schema instead of defaultJsonSchema.Provide either recommended or custom schema instead of default *CoreSchemaThese 3 are availableFailsafeSchema,JsonSchema,CoreSchema.Constructors in org.snakeyaml.engine.v2.api with parameters of type SchemaModifierConstructorDescription(package private)DumpSettings(boolean explicitStart, boolean explicitEnd, Optional<Tag> explicitRootTag, AnchorGenerator anchorGenerator, Optional<SpecVersion> yamlDirective, Map<String, String> tagDirective, FlowStyle defaultFlowStyle, ScalarStyle defaultScalarStyle, NonPrintableStyle nonPrintableStyle, Schema schema, boolean canonical, boolean multiLineFlow, boolean useUnicodeEncoding, int indent, int indicatorIndent, int width, String bestLineBreak, boolean splitLines, int maxSimpleKeyLength, Map<SettingKey, Object> customProperties, boolean indentWithIndicator, boolean dumpComments) (package private)LoadSettings(String label, Map<Tag, ConstructNode> tagConstructors, IntFunction<List<Object>> defaultList, IntFunction<Set<Object>> defaultSet, IntFunction<Map<Object, Object>> defaultMap, UnaryOperator<SpecVersion> versionFunction, Integer bufferSize, boolean allowDuplicateKeys, boolean allowRecursiveKeys, int maxAliasesForCollections, boolean useMarks, Map<SettingKey, Object> customProperties, Optional<EnvConfig> envConfig, boolean parseComments, int codePointLimit, Schema schema) -
Uses of Schema in org.snakeyaml.engine.v2.schema
Classes in org.snakeyaml.engine.v2.schema that implement SchemaModifier and TypeClassDescriptionclassCore schemaclassThe failsafe schema is guaranteed to work with any YAML document.classDefault schema