Class ContextRefFluent<A extends ContextRefFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.ContextRefFluent<A>
Direct Known Subclasses:
AssignFluent.ContextRefTargetNested, AssignFluent.ContextRefValueNested, BinaryExpressionFluent.ContextRefLeftNested, BinaryExpressionFluent.ContextRefRightNested, CastFluent.ContextRefExpressionNested, ConstructFluent.ContextRefArgumentsNested, ContextRefBuilder, DeclareFluent.ContextRefValueNested, DoFluent.ContextRefConditionNested, EnclosedFluent.ContextRefExpresionNested, ForeachFluent.ContextRefExpressionNested, ForFluent.ContextRefCompareNested, ForFluent.ContextRefInitNested, ForFluent.ContextRefUpdateNested, IfDslConditionStepFluent.ContextRefConditionNested, IfDslThenStepFluent.ContextRefConditionNested, IfFluent.ContextRefConditionNested, IndexFluent.ContextRefExpressionNested, InstanceOfFluent.ContextRefExpressionNested, InverseFluent.ContextRefExpresionNested, MethodCallFluent.ContextRefArgumentsNested, NegativeFluent.ContextRefExpresionNested, NewArrayFluent.ContextRefExpressionsNested, NotFluent.ContextRefExpresionNested, PositiveFluent.ContextRefExpresionNested, PostDecrementFluent.ContextRefExpressionNested, PostIncrementFluent.ContextRefExpressionNested, PreDecrementFluent.ContextRefExpressionNested, PreIncrementFluent.ContextRefExpressionNested, PropertyFluent.ContextRefInitialValueNested, ReturnFluent.ContextRefExpressionNested, SwitchFluent.ContextRefExpressionNested, SynchronizedFluent.ContextRefLockExpressionNested, TernaryFluent.ContextRefAlternativeNested, TernaryFluent.ContextRefConditionNested, TernaryFluent.ContextRefResultNested, ThrowFluent.ContextRefExceptionNested, WhileFluent.ContextRefConditionNested, WithScopeFluent.ContextRefScopeNested

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