Uses of Interface
org.snakeyaml.engine.v2.serializer.AnchorGenerator
Packages that use AnchorGenerator
-
Uses of AnchorGenerator in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as AnchorGeneratorModifier and TypeFieldDescriptionprivate final AnchorGeneratorDumpSettings.anchorGeneratorprivate AnchorGeneratorDumpSettingsBuilder.anchorGeneratorMethods in org.snakeyaml.engine.v2.api that return AnchorGeneratorMethods in org.snakeyaml.engine.v2.api with parameters of type AnchorGeneratorModifier and TypeMethodDescriptionDumpSettingsBuilder.setAnchorGenerator(AnchorGenerator anchorGenerator) Define anchor name generator (by default 'id' + number)Constructors in org.snakeyaml.engine.v2.api with parameters of type AnchorGeneratorModifierConstructorDescription(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) -
Uses of AnchorGenerator in org.snakeyaml.engine.v2.serializer
Classes in org.snakeyaml.engine.v2.serializer that implement AnchorGeneratorModifier and TypeClassDescriptionclassSimple generate of the format id + number