Package io.sundr.model
Class StringStatementFluent<A extends StringStatementFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.StringStatementFluent<A>
- Direct Known Subclasses:
BlockFluent.StringStatementStatementsNested,DoFluent.StringStatementNested,ForeachFluent.StringStatementBodyNested,ForFluent.StringStatementBodyNested,IfFluent.StringStatementNested,LambdaFluent.StringStatementNested,StringStatementBuilder,WhileFluent.StringStatementNested
Generated
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(StringStatement instance) booleaninthashCode()booleantoString()<T> AwithSupplier(Supplier<String> supplier) Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
StringStatementFluent
public StringStatementFluent() -
StringStatementFluent
-
-
Method Details
-
copyInstance
-
getSupplier
-
withSupplier
-
hasSupplier
public boolean hasSupplier() -
equals
- Overrides:
equalsin classBaseFluent<A extends StringStatementFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends StringStatementFluent<A>>
-
toString
-