Class KubernetesResource.Matcher

java.lang.Object
org.openrewrite.trait.SimpleTraitMatcher<KubernetesResource>
org.openrewrite.kubernetes.trait.KubernetesResource.Matcher
All Implemented Interfaces:
org.openrewrite.trait.TraitMatcher<KubernetesResource>
Enclosing class:
KubernetesResource

public static class KubernetesResource.Matcher extends org.openrewrite.trait.SimpleTraitMatcher<KubernetesResource>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @Nullable KubernetesResource
    test(org.openrewrite.Cursor cursor)
     

    Methods inherited from class org.openrewrite.trait.SimpleTraitMatcher

    asVisitor, get, higher, lower

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openrewrite.trait.TraitMatcher

    asVisitor, get, lower, require, require
  • Constructor Details

    • Matcher

      public Matcher()
  • Method Details

    • test

      @Nullable protected @Nullable KubernetesResource test(org.openrewrite.Cursor cursor)
      Specified by:
      test in class org.openrewrite.trait.SimpleTraitMatcher<KubernetesResource>