Package io.sundr.model
Class TypeParamRefFluent<A extends TypeParamRefFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeRefFluent<A>
-
- io.sundr.model.TypeParamRefFluent<A>
-
- Direct Known Subclasses:
CastFluent.TypeParamRefTypeNested,ClassRefFluent.TypeParamRefArgumentsNested,ConstructFluent.TypeParamRefParametersNested,MethodCallFluent.TypeParamRefParametersNested,MethodFluent.TypeParamRefReturnTypeNested,NewArrayFluent.TypeParamRefTypeNested,PropertyFluent.TypeParamRefTypeNested,TypeParamRefBuilder,WildcardRefFluent.TypeParamRefBoundsNested
public class TypeParamRefFluent<A extends TypeParamRefFluent<A>> extends TypeRefFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description TypeParamRefFluent()TypeParamRefFluent(io.sundr.model.TypeParamRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(io.sundr.model.TypeParamRef instance)booleanequals(Object o)intgetDimensions()StringgetName()booleanhasDimensions()inthashCode()booleanhasName()StringtoString()AwithDimensions(int dimensions)AwithName(String name)-
Methods inherited from class io.sundr.model.TypeRefFluent
copyInstance
-
Methods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
-
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.TypeParamRef instance)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getDimensions
public int getDimensions()
-
withDimensions
public A withDimensions(int dimensions)
-
hasDimensions
public boolean hasDimensions()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTypeRefFluent<A extends TypeParamRefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTypeRefFluent<A extends TypeParamRefFluent<A>>
-
toString
public String toString()
- Overrides:
toStringin classTypeRefFluent<A extends TypeParamRefFluent<A>>
-
-