Class GenerationUtil


  • public final class GenerationUtil
    extends Object
    • Method Detail

      • extendedSpringDataRepos

        static List<org.jboss.jandex.DotName> extendedSpringDataRepos​(org.jboss.jandex.ClassInfo repositoryToImplement,
                                                                      org.jboss.jandex.IndexView index)
      • isIntermediateRepository

        static boolean isIntermediateRepository​(org.jboss.jandex.DotName interfaceName,
                                                org.jboss.jandex.IndexView indexView)
      • interfaceMethods

        static Set<org.jboss.jandex.MethodInfo> interfaceMethods​(Collection<org.jboss.jandex.DotName> interfaces,
                                                                 org.jboss.jandex.IndexView index)
      • toMethodDescriptor

        static io.quarkus.gizmo.MethodDescriptor toMethodDescriptor​(String generatedClassName,
                                                                    org.jboss.jandex.MethodInfo methodInfo)
      • getNamedQueryForMethod

        static org.jboss.jandex.AnnotationInstance getNamedQueryForMethod​(org.jboss.jandex.MethodInfo methodInfo,
                                                                          org.jboss.jandex.ClassInfo entityClassInfo)