Class EntityTypeUtils

java.lang.Object
io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils

public final class EntityTypeUtils extends Object
  • Field Details

  • Method Details

    • getEntityFields

      public static Map<String,org.jboss.jandex.Type> getEntityFields(org.jboss.jandex.IndexView index, String entityTypeName)
    • getListenersByEntityType

      public static List<org.jboss.jandex.ClassInfo> getListenersByEntityType(org.jboss.jandex.IndexView index, List<ResourceMethodListenerBuildItem> resourceMethodListeners, String entityTypeName)