Package io.sundr.model
Class AnnotationRefFluent<A extends AnnotationRefFluent<A>>
java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.AttributeSupportFluent<A>
io.sundr.model.AnnotationRefFluent<A>
- Direct Known Subclasses:
AnnotationRefBuilder,MethodFluent.AnnotationsNested,PropertyFluent.AnnotationsNested,TypeDefFluent.AnnotationsNested
public class AnnotationRefFluent<A extends AnnotationRefFluent<A>>
extends AttributeSupportFluent<A>
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToParameters(String key, Object value) addToParameters(Map<String, Object> map) protected voidcopyInstance(AnnotationRef instance) booleanbooleaninthashCode()booleanremoveFromParameters(Map<String, Object> map) toString()withClassRef(ClassRef classRef) withNewClassRefLike(ClassRef item) <K,V> A withParameters(Map<String, Object> parameters) Methods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
AnnotationRefFluent
public AnnotationRefFluent() -
AnnotationRefFluent
-
-
Method Details
-
addToParameters
-
addToParameters
-
buildClassRef
-
copyInstance
-
editClassRef
-
editOrNewClassRef
-
editOrNewClassRefLike
-
equals
- Overrides:
equalsin classAttributeSupportFluent<A extends AnnotationRefFluent<A>>
-
getParameters
-
hasClassRef
public boolean hasClassRef() -
hasParameters
public boolean hasParameters() -
hashCode
public int hashCode()- Overrides:
hashCodein classAttributeSupportFluent<A extends AnnotationRefFluent<A>>
-
removeFromParameters
-
removeFromParameters
-
toString
- Overrides:
toStringin classAttributeSupportFluent<A extends AnnotationRefFluent<A>>
-
withClassRef
-
withNewClassRef
-
withNewClassRefLike
-
withParameters
-