Class DotClassFluent<A extends DotClassFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.DotClassFluent<A>
Direct Known Subclasses:
AssignFluent.DotClassTargetNested, AssignFluent.DotClassValueNested, BinaryExpressionFluent.DotClassLeftNested, BinaryExpressionFluent.DotClassRightNested, CastFluent.DotClassExpressionNested, ConstructFluent.DotClassArgumentsNested, DeclareFluent.DotClassValueNested, DoFluent.DotClassConditionNested, DotClassBuilder, EnclosedFluent.DotClassExpresionNested, ForeachFluent.DotClassExpressionNested, ForFluent.DotClassCompareNested, ForFluent.DotClassInitNested, ForFluent.DotClassUpdateNested, IfDslConditionStepFluent.DotClassConditionNested, IfDslThenStepFluent.DotClassConditionNested, IfFluent.DotClassConditionNested, IndexFluent.DotClassExpressionNested, InstanceOfFluent.DotClassExpressionNested, InverseFluent.DotClassExpresionNested, MethodCallFluent.DotClassArgumentsNested, NegativeFluent.DotClassExpresionNested, NewArrayFluent.DotClassExpressionsNested, NotFluent.DotClassExpresionNested, PositiveFluent.DotClassExpresionNested, PostDecrementFluent.DotClassExpressionNested, PostIncrementFluent.DotClassExpressionNested, PreDecrementFluent.DotClassExpressionNested, PreIncrementFluent.DotClassExpressionNested, PropertyFluent.DotClassInitialValueNested, ReturnFluent.DotClassExpressionNested, SwitchFluent.DotClassExpressionNested, SynchronizedFluent.DotClassLockExpressionNested, TernaryFluent.DotClassAlternativeNested, TernaryFluent.DotClassConditionNested, TernaryFluent.DotClassResultNested, ThrowFluent.DotClassExceptionNested, WhileFluent.DotClassConditionNested, WithScopeFluent.DotClassScopeNested

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