Interface Yaml.Block

  • All Superinterfaces:
    org.openrewrite.marker.Markable, java.io.Serializable, org.openrewrite.Tree, Yaml
    All Known Implementing Classes:
    Yaml.Mapping, Yaml.Scalar, Yaml.Sequence
    Enclosing interface:
    Yaml

    public static interface Yaml.Block
    extends Yaml
    • Method Detail

      • copyPaste

        Yaml.Block copyPaste()
        Specified by:
        copyPaste in interface Yaml
        Returns:
        A new deep copy of this block with different IDs.