Class Properties.Value

java.lang.Object
org.openrewrite.properties.tree.Properties.Value
Enclosing interface:
Properties

public static class Properties.Value extends Object
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 Details

    • Value

      public Value()
  • Method Details

    • getText

      public String getText()
      Automatically, removes continuations from the text.
      Returns:
      the text value without continuations.
    • getSource

      public String getSource()
      Returns:
      the text with continuations.