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
public class StringStatementFluent<A extends StringStatementFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description StringStatementFluent()StringStatementFluent(StringStatement instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(StringStatement instance)booleanequals(Object o)Supplier<String>getSupplier()inthashCode()booleanhasSupplier()StringtoString()<T> AwithSupplier(Supplier<String> supplier)-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
StringStatementFluent
public StringStatementFluent()
-
StringStatementFluent
public StringStatementFluent(StringStatement instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(StringStatement instance)
-
hasSupplier
public boolean hasSupplier()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends StringStatementFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends StringStatementFluent<A>>
-
-