Uses of Class
io.sundr.model.Kind
-
-
Uses of Kind in io.sundr.model
Methods in io.sundr.model that return Kind Modifier and Type Method Description KindTypeDef. getKind()static KindKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Kind[]Kind. 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 Kind Constructor Description TypeDef(Kind kind, String packageName, String name, List<String> comments, List<AnnotationRef> annotations, List<ClassRef> extendsList, List<ClassRef> implementsList, List<TypeParamDef> parameters, List<Property> properties, List<Method> constructors, List<Method> methods, String outerTypeName, List<TypeDef> innerTypes, Modifiers modifiers, Map<AttributeKey,Object> attributes)
-