Uses of Class
io.sundr.model.RichTypeDef
-
Packages that use RichTypeDef Package Description io.sundr.model.utils -
-
Uses of RichTypeDef in io.sundr.model.utils
Methods in io.sundr.model.utils that return RichTypeDef Modifier and Type Method Description static RichTypeDefTypeArguments. apply(io.sundr.model.ClassRef classRef)static RichTypeDefTypeArguments. apply(io.sundr.model.TypeDef definition)Methods in io.sundr.model.utils with parameters of type RichTypeDef Modifier and Type Method Description static io.sundr.model.MethodSetter. find(RichTypeDef richType, io.sundr.model.Property property)Find the setter of the specified property in the rich type.static booleanSetter. hasOrInherits(RichTypeDef clazz, io.sundr.model.Property property)
-