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
-
-
Field Summary
-
Fields inherited from class io.sundr.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description TypeRefFluent()TypeRefFluent(TypeRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(TypeRef instance)booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
TypeRefFluent
public TypeRefFluent()
-
TypeRefFluent
public TypeRefFluent(TypeRef instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(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>>
-
-