Class AddJaxwsRuntime

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.java.migrate.javax.AddJaxwsRuntime
All Implemented Interfaces:
Cloneable

public class AddJaxwsRuntime extends org.openrewrite.Recipe
  • Field Summary

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, NOOP, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    List<org.openrewrite.Recipe>
     
     

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getExamples, getJacksonPolymorphicTypeTag, getMaintainers, getName, getVisitor, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddJaxwsRuntime

      public AddJaxwsRuntime()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openrewrite.Recipe
    • getEstimatedEffortPerOccurrence

      public Duration getEstimatedEffortPerOccurrence()
      Overrides:
      getEstimatedEffortPerOccurrence in class org.openrewrite.Recipe
    • getTags

      public Set<String> getTags()
      Overrides:
      getTags in class org.openrewrite.Recipe
    • getRecipeList

      public List<org.openrewrite.Recipe> getRecipeList()
      Overrides:
      getRecipeList in class org.openrewrite.Recipe