Class CastFluent<A extends CastFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.CastFluent<A>
Direct Known Subclasses:
AssignFluent.CastTargetNested, AssignFluent.CastValueNested, BinaryExpressionFluent.CastLeftNested, BinaryExpressionFluent.CastRightNested, CastBuilder, CastFluent.CastExpressionNested, ConstructFluent.CastArgumentsNested, DeclareFluent.CastValueNested, DoFluent.CastConditionNested, EnclosedFluent.CastExpresionNested, ForeachFluent.CastExpressionNested, ForFluent.CastCompareNested, ForFluent.CastInitNested, ForFluent.CastUpdateNested, IfDslConditionStepFluent.CastConditionNested, IfDslThenStepFluent.CastConditionNested, IfFluent.CastConditionNested, IndexFluent.CastExpressionNested, InstanceOfFluent.CastExpressionNested, InverseFluent.CastExpresionNested, MethodCallFluent.CastArgumentsNested, NegativeFluent.CastExpresionNested, NewArrayFluent.CastExpressionsNested, NotFluent.CastExpresionNested, PositiveFluent.CastExpresionNested, PostDecrementFluent.CastExpressionNested, PostIncrementFluent.CastExpressionNested, PreDecrementFluent.CastExpressionNested, PreIncrementFluent.CastExpressionNested, PropertyFluent.CastInitialValueNested, ReturnFluent.CastExpressionNested, SwitchFluent.CastExpressionNested, SynchronizedFluent.CastLockExpressionNested, TernaryFluent.CastAlternativeNested, TernaryFluent.CastConditionNested, TernaryFluent.CastResultNested, ThrowFluent.CastExceptionNested, WhileFluent.CastConditionNested, WithScopeFluent.CastScopeNested

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