Uses of Class
dev.hilla.parser.models.MethodInfoModel
-
Packages that use MethodInfoModel Package Description dev.hilla.parser.models -
-
Uses of MethodInfoModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return MethodInfoModel Modifier and Type Method Description MethodInfoModelMethodParameterInfoModel. getOwner()static MethodInfoModelMethodInfoModel. of(io.github.classgraph.MethodInfo origin)static MethodInfoModelMethodInfoModel. of(Executable origin)protected abstract MethodInfoModelMethodParameterInfoModel. prepareOwner()Methods in dev.hilla.parser.models that return types with arguments of type MethodInfoModel Modifier and Type Method Description Class<MethodInfoModel>MethodInfoModel. getCommonModelClass()List<MethodInfoModel>ClassInfoModel. getMethods()Stream<MethodInfoModel>ClassInfoModel. getMethodsStream()protected abstract List<MethodInfoModel>ClassInfoModel. prepareMethods()Methods in dev.hilla.parser.models with parameters of type MethodInfoModel Modifier and Type Method Description booleanMethodInfoModel. equalsIgnoreParameters(MethodInfoModel other)
-