Package io.sundr.model
Class TypeRefFluent<A extends TypeRefFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.AttributeSupportFluent<A>
-
- io.sundr.model.TypeRefFluent<A>
-
- Direct Known Subclasses:
ClassRefFluent,PrimitiveRefFluent,TypeParamRefFluent,VoidRefFluent,WildcardRefFluent
public class TypeRefFluent<A extends TypeRefFluent<A>> extends AttributeSupportFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description TypeRefFluent()TypeRefFluent(io.sundr.model.TypeRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(io.sundr.model.TypeRef instance)booleanequals(Object o)inthashCode()StringtoString()-
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.TypeRef instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAttributeSupportFluent<A extends TypeRefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAttributeSupportFluent<A extends TypeRefFluent<A>>
-
toString
public String toString()
- Overrides:
toStringin classAttributeSupportFluent<A extends TypeRefFluent<A>>
-
-