org.virtuslab.yaml.internal.load.reader.token
Members list
Type members
Classlikes
Chomping controls how final line breaks and trailing empty lines are interpreted. YAML provides three chomping methods:
Chomping controls how final line breaks and trailing empty lines are interpreted. YAML provides three chomping methods:
-
Strip - stripping is specified by the “-” chomping indicator. In this case, the final line break and any trailing empty lines are excluded from the scalar’s content.
-
Clip - clipping is the default behavior used if no explicit chomping indicator is specified. In this case, the final line break character is preserved in the scalar’s content. However, any trailing empty lines are excluded from the scalar’s content.
-
Keep - keeping is specified by the “+” chomping indicator. In this case, the final line break and any trailing empty lines are considered to be part of the scalar’s content. These additional lines are not subject to folding.
Attributes
- Companion
- object
- Source
- BlockChompingIndicator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- class
- Source
- BlockChompingIndicator.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
Attributes
- Companion
- object
- Source
- ScalarStyle.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- class
- Source
- ScalarStyle.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScalarStyle.type
Attributes
- Source
- Token.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Source
- Token.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Aliasclass Anchorobject BlockEndobject Commaobject DocumentEndobject DocumentStartobject FlowMappingEndobject FlowMappingStartobject FlowSequenceEndobject FlowSequenceStartobject MappingKeyobject MappingStartobject MappingValueclass Scalarobject SequenceStartobject SequenceValueobject StreamEndobject StreamStartclass Tagclass TagDirectiveShow all
Attributes
- Companion
- class
- Source
- Token.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TokenKind.type