Uses of Class
io.sundr.model.TypeDef
-
-
Uses of TypeDef in io.sundr.model
Fields in io.sundr.model declared as TypeDef Modifier and Type Field Description static TypeDefTypeDef. ENUMstatic TypeDefTypeDef. OBJECTMethods in io.sundr.model that return TypeDef Modifier and Type Method Description static TypeDefTypeDef. forName(String fullyQualifiedName)Methods in io.sundr.model that return types with arguments of type TypeDef Modifier and Type Method Description List<TypeDef>TypeDef. getInnerTypes()List<TypeDef>Source. getTypes()Methods in io.sundr.model with parameters of type TypeDef Modifier and Type Method Description static MethodCallExpression. call(TypeDef type, String name, Expression... expression)StringMethod. render(TypeDef enclosingType)StringMethod. renderDefinition(TypeDef enclosingType)voidMethod. renderDefinition(StringBuilder sb, TypeDef enclosingType)Constructor parameters in io.sundr.model with type arguments of type TypeDef Constructor Description Source(List<TypeDef> types)
-