Class MethodCallFluent<A extends MethodCallFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.MethodCallFluent<A>
Direct Known Subclasses:
AssignFluent.MethodCallTargetNested, AssignFluent.MethodCallValueNested, BinaryExpressionFluent.MethodCallLeftNested, BinaryExpressionFluent.MethodCallRightNested, BlockFluent.MethodCallStatementsNested, CastFluent.MethodCallExpressionNested, ConstructFluent.MethodCallArgumentsNested, DoFluent.MethodCallConditionNested, DoFluent.MethodCallStatementNested, EnclosedFluent.MethodCallExpresionNested, ForeachFluent.MethodCallBodyNested, ForeachFluent.MethodCallExpressionNested, ForFluent.MethodCallBodyNested, ForFluent.MethodCallCompareNested, ForFluent.MethodCallInitNested, ForFluent.MethodCallUpdateNested, IfFluent.MethodCallConditionNested, IfFluent.MethodCallStatementNested, IndexFluent.MethodCallExpressionNested, IndexFluent.MethodCallScopeNested, InstanceOfFluent.MethodCallExpressionNested, InverseFluent.MethodCallExpresionNested, LambdaFluent.MethodCallStatementNested, MethodCallBuilder, MethodCallFluent.MethodCallArgumentsNested, MethodCallFluent.MethodCallScopeNested, NegativeFluent.MethodCallExpresionNested, NewArrayFluent.MethodCallExpressionsNested, NotFluent.MethodCallExpresionNested, PositiveFluent.MethodCallExpresionNested, PostDecrementFluent.MethodCallExpressionNested, PostIncrementFluent.MethodCallExpressionNested, PreDecrementFluent.MethodCallExpressionNested, PreIncrementFluent.MethodCallExpressionNested, PropertyRefFluent.MethodCallScopeNested, ReturnFluent.MethodCallExpressionNested, SwitchFluent.MethodCallExpressionNested, TernaryFluent.MethodCallAlternativeNested, TernaryFluent.MethodCallConditionNested, TernaryFluent.MethodCallResultNested, WhileFluent.MethodCallConditionNested, WhileFluent.MethodCallStatementNested

public class MethodCallFluent<A extends MethodCallFluent<A>> extends BaseFluent<A>
Generated