Uses of Class
io.sundr.model.Method
-
-
Uses of Method in io.sundr.model
Methods in io.sundr.model that return Method Modifier and Type Method Description static MethodMethod. newMethod(String name, TypeRef returnType, boolean varArgPrefered, Property... arguments)static MethodMethod. newMethod(String name, TypeRef returnType, Property... arguments)MethodMethod. withErasure()Methods in io.sundr.model that return types with arguments of type Method Modifier and Type Method Description List<Method>TypeDef. getConstructors()List<Method>TypeDef. getMethods()
-