Package io.sundr.model
Class ThisFluent<A extends ThisFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.ThisFluent<A>
-
- Direct Known Subclasses:
AssignFluent.ThisTargetNested,AssignFluent.ThisValueNested,BinaryExpressionFluent.ThisLeftNested,BinaryExpressionFluent.ThisRightNested,CastFluent.ThisExpressionNested,ConstructFluent.ThisArgumentsNested,DoFluent.ThisConditionNested,EnclosedFluent.ThisExpresionNested,ForeachFluent.ThisExpressionNested,ForFluent.ThisCompareNested,ForFluent.ThisInitNested,ForFluent.ThisUpdateNested,IfFluent.ThisConditionNested,IndexFluent.ThisExpressionNested,IndexFluent.ThisScopeNested,InstanceOfFluent.ThisExpressionNested,InverseFluent.ThisExpresionNested,MethodCallFluent.ThisArgumentsNested,MethodCallFluent.ThisScopeNested,NegativeFluent.ThisExpresionNested,NewArrayFluent.ThisExpressionsNested,NotFluent.ThisExpresionNested,PositiveFluent.ThisExpresionNested,PostDecrementFluent.ThisExpressionNested,PostIncrementFluent.ThisExpressionNested,PreDecrementFluent.ThisExpressionNested,PreIncrementFluent.ThisExpressionNested,PropertyRefFluent.ThisScopeNested,ReturnFluent.ThisExpressionNested,SwitchFluent.ThisExpressionNested,TernaryFluent.ThisAlternativeNested,TernaryFluent.ThisConditionNested,TernaryFluent.ThisResultNested,ThisBuilder,WhileFluent.ThisConditionNested
public class ThisFluent<A extends ThisFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ThisFluent()ThisFluent(io.sundr.model.This instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(io.sundr.model.This instance)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.This instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends ThisFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends ThisFluent<A>>
-
-