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, DoFluent.AssignConditionNested, DoFluent.AssignStatementNested, EnclosedFluent.AssignExpresionNested, ForeachFluent.AssignBodyNested, ForeachFluent.AssignExpressionNested, ForFluent.AssignBodyNested, ForFluent.AssignCompareNested, ForFluent.AssignInitNested, ForFluent.AssignUpdateNested, IfFluent.AssignConditionNested, IfFluent.AssignStatementNested, IndexFluent.AssignExpressionNested, IndexFluent.AssignScopeNested, InstanceOfFluent.AssignExpressionNested, InverseFluent.AssignExpresionNested, LambdaFluent.AssignStatementNested, MethodCallFluent.AssignArgumentsNested, MethodCallFluent.AssignScopeNested, NegativeFluent.AssignExpresionNested, NewArrayFluent.AssignExpressionsNested, NotFluent.AssignExpresionNested, PositiveFluent.AssignExpresionNested, PostDecrementFluent.AssignExpressionNested, PostIncrementFluent.AssignExpressionNested, PreDecrementFluent.AssignExpressionNested, PreIncrementFluent.AssignExpressionNested, PropertyRefFluent.AssignScopeNested, ReturnFluent.AssignExpressionNested, SwitchFluent.AssignExpressionNested, TernaryFluent.AssignAlternativeNested, TernaryFluent.AssignConditionNested, TernaryFluent.AssignResultNested, WhileFluent.AssignConditionNested, WhileFluent.AssignStatementNested

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