Package io.sundr.model
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
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(DotClass instance) booleanbooleaninthashCode()toString()withClassRef(ClassRef classRef) withNewClassRefLike(ClassRef item) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
DotClassFluent
public DotClassFluent() -
DotClassFluent
-
-
Method Details
-
buildClassRef
-
copyInstance
-
editClassRef
-
editOrNewClassRef
-
editOrNewClassRefLike
-
equals
- Overrides:
equalsin classBaseFluent<A extends DotClassFluent<A>>
-
hasClassRef
public boolean hasClassRef() -
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends DotClassFluent<A>>
-
toString
-
withClassRef
-
withNewClassRef
-
withNewClassRefLike
-