Package org.openrewrite.properties.tree
Class Properties.Value
java.lang.Object
org.openrewrite.properties.tree.Properties.Value
- Enclosing interface:
Properties
Note that this class cannot easily be made to implement
Properties like it should,
because existing serialized ASTs will not have a JsonIdentityInfo
reference to deserialize into the type.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
getText
Automatically, removes continuations from the text.- Returns:
- the text value without continuations.
-
getSource
- Returns:
- the text with continuations.
-