Uses of Class
org.bytemechanics.config.manager.internal.commons.io.YAMLPropertyWriter.Property
Package | Description |
---|---|
org.bytemechanics.config.manager.internal.commons.io |
-
Uses of YAMLPropertyWriter.Property in org.bytemechanics.config.manager.internal.commons.io
Methods in org.bytemechanics.config.manager.internal.commons.io with parameters of type YAMLPropertyWriter.Property Modifier and Type Method Description void
YAMLPropertyWriter. append(YAMLPropertyWriter.Property _property)
Write down the given propertyint
YAMLPropertyWriter.Property. compareTo(YAMLPropertyWriter.Property _other)
protected boolean
YAMLPropertyWriter. filterLength(YAMLPropertyWriter.Property _property)
Return true if ignoreListLength is disabled or the property is not length (ends with [*].length)protected java.util.stream.Stream<YAMLPropertyWriter.YamlEntry>
YAMLPropertyWriter. splitPath(YAMLPropertyWriter.Property _property)
Divide the given _property into a stream of YamlEntryMethod parameters in org.bytemechanics.config.manager.internal.commons.io with type arguments of type YAMLPropertyWriter.Property Modifier and Type Method Description void
YAMLPropertyWriter. write(java.util.stream.Stream<YAMLPropertyWriter.Property> _stream)
Write down all stream elements until end of stream IMPORTANT: its mandatory to provide the stream ordered, otherwise will have unexpected results