Class AssignFluent<A extends AssignFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.AssignFluent<A>
Direct Known Subclasses:
AssignBuilder, AssignFluent.AssignTargetNested, AssignFluent.AssignValueNested, BinaryExpressionFluent.AssignLeftNested, BinaryExpressionFluent.AssignRightNested, BlockFluent.AssignStatementsNested, CastFluent.AssignExpressionNested, ConstructFluent.AssignArgumentsNested, DeclareFluent.AssignValueNested, DoFluent.AssignConditionNested, DoFluent.AssignStatementNested, EnclosedFluent.AssignExpresionNested, ForeachFluent.AssignBodyNested, ForeachFluent.AssignExpressionNested, ForFluent.AssignBodyNested, ForFluent.AssignCompareNested, ForFluent.AssignInitNested, ForFluent.AssignUpdateNested, IfDslConditionStepFluent.AssignConditionNested, IfDslThenStepFluent.AssignConditionNested, IfDslThenStepFluent.AssignStatementsNested, IfFluent.AssignConditionNested, IfFluent.AssignElseStatementNested, IfFluent.AssignStatementNested, IndexFluent.AssignExpressionNested, InstanceOfFluent.AssignExpressionNested, InverseFluent.AssignExpresionNested, LambdaFluent.AssignStatementNested, MethodCallFluent.AssignArgumentsNested, NegativeFluent.AssignExpresionNested, NewArrayFluent.AssignExpressionsNested, NotFluent.AssignExpresionNested, PositiveFluent.AssignExpresionNested, PostDecrementFluent.AssignExpressionNested, PostIncrementFluent.AssignExpressionNested, PreDecrementFluent.AssignExpressionNested, PreIncrementFluent.AssignExpressionNested, PropertyFluent.AssignInitialValueNested, ReturnFluent.AssignExpressionNested, SwitchFluent.AssignExpressionNested, SynchronizedFluent.AssignBodyNested, SynchronizedFluent.AssignLockExpressionNested, TernaryFluent.AssignAlternativeNested, TernaryFluent.AssignConditionNested, TernaryFluent.AssignResultNested, ThrowFluent.AssignExceptionNested, WhileFluent.AssignConditionNested, WhileFluent.AssignStatementNested, WithScopeFluent.AssignScopeNested

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