Uses of Class
org.bytemechanics.commons.io.YAMLPropertyWriter.Property
-
Packages that use YAMLPropertyWriter.Property Package Description org.bytemechanics.commons.io -
-
Uses of YAMLPropertyWriter.Property in org.bytemechanics.commons.io
Methods in org.bytemechanics.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 Stream<YAMLPropertyWriter.YamlEntry>
YAMLPropertyWriter. splitPath(YAMLPropertyWriter.Property _property)
Divide the given _property into a stream of YamlEntryMethod parameters in org.bytemechanics.commons.io with type arguments of type YAMLPropertyWriter.Property Modifier and Type Method Description void
YAMLPropertyWriter. write(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
-