Uses of Class
io.sundr.model.WildcardRef.BoundKind
-
-
Uses of WildcardRef.BoundKind in io.sundr.model
Methods in io.sundr.model that return WildcardRef.BoundKind Modifier and Type Method Description WildcardRef.BoundKindWildcardRef. getBoundKind()static WildcardRef.BoundKindWildcardRef.BoundKind. valueOf(String name)Returns the enum constant of this type with the specified name.static WildcardRef.BoundKind[]WildcardRef.BoundKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.sundr.model with parameters of type WildcardRef.BoundKind Constructor Description WildcardRef(WildcardRef.BoundKind boundKind, List<TypeRef> bounds, Map<AttributeKey,Object> attributes)
-