Class StringRulesRecipes
java.lang.Object
org.openrewrite.Recipe
tech.picnic.errorprone.refasterrules.StringRulesRecipes
- All Implemented Interfaces:
Cloneable
public class StringRulesRecipes
extends org.openrewrite.Recipe
OpenRewrite recipes created for Refaster template
tech.picnic.errorprone.refasterrules.StringRules.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOpenRewrite recipe created for Refaster templateStringRules.FilterEmptyString.static classOpenRewrite recipe created for Refaster templateStringRules.JoinStrings.static classOpenRewrite recipe created for Refaster templateStringRules.NewStringFromCharArray.static classOpenRewrite recipe created for Refaster templateStringRules.NewStringFromCharArraySubSequence.static classOpenRewrite recipe created for Refaster templateStringRules.OptionalNonEmptyString.static classOpenRewrite recipe created for Refaster templateStringRules.StringIsEmpty.static classOpenRewrite recipe created for Refaster templateStringRules.StringIsNullOrEmpty.static classOpenRewrite recipe created for Refaster templateStringRules.StringValueOf.static classOpenRewrite recipe created for Refaster templateStringRules.SubstringRemainder.static classOpenRewrite recipe created for Refaster templateStringRules.Utf8EncodedLength. -
Field Summary
Fields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openrewrite.Recipe
addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getTags, getVisitor, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll
-
Constructor Details
-
StringRulesRecipes
public StringRulesRecipes()Instantiates a new instance.
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getRecipeList
- Overrides:
getRecipeListin classorg.openrewrite.Recipe
-