Package org.openrewrite
@NonNullApi
package org.openrewrite
-
ClassDescriptionDataTable<Row>Mark a test as a good recipe example to present on document/web pages.Passes messages between individual visitors or parsing operations and allows errors to be propagated back to the process controlling parsing or recipe execution.This is a feature that is experimental and may yield a breaking change in a minor release.Parser<S extends SourceFile>A source input.Provides a formalized link list data structure of
recipesand aRecipe.run(List)method which will apply each recipesvisitorvisit method to a list ofsourceFilesWhen possible,Recipeshould validate themselves prior to execution to prove that they are runnable without failure.AbstractTreeVisitorfor processingelementsIndicates that no validation has occurred.A specializationValidated.Validthat won't print the secret in plain text if the validation is serialized.A valid property value.Turns a set ofValidated.Invalidinto a throwable exception, which is used to throw an unchecked exception at runtime when one or more properties are invalid.