Class MethodNameParser
- java.lang.Object
-
- io.quarkus.spring.data.deployment.MethodNameParser
-
public class MethodNameParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodNameParser.QueryTypestatic classMethodNameParser.Result
-
Constructor Summary
Constructors Constructor Description MethodNameParser(org.jboss.jandex.ClassInfo entityClass, org.jboss.jandex.IndexView indexView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodNameParser.Resultparse(org.jboss.jandex.MethodInfo methodInfo)
-
-
-
Method Detail
-
parse
public MethodNameParser.Result parse(org.jboss.jandex.MethodInfo methodInfo)
-
-