Class AddNoArgWithMethod

java.lang.Object
io.sundr.builder.internal.visitors.AddNoArgWithMethod
All Implemented Interfaces:
io.sundr.builder.Visitor<io.sundr.model.TypeDefFluent<?>>

public class AddNoArgWithMethod extends Object implements io.sundr.builder.Visitor<io.sundr.model.TypeDefFluent<?>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(io.sundr.model.TypeDefFluent<?> type)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.sundr.builder.Visitor

    addRequirement, addRequirement, canVisit, getRequirement, getType, hasItem, hasVisitMethodMatching, order, visit
  • Constructor Details

    • AddNoArgWithMethod

      public AddNoArgWithMethod()
  • Method Details

    • visit

      public void visit(io.sundr.model.TypeDefFluent<?> type)
      Specified by:
      visit in interface io.sundr.builder.Visitor<io.sundr.model.TypeDefFluent<?>>