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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
visitin interfaceio.sundr.builder.Visitor<io.sundr.model.TypeDefFluent<?>>
-