Class EntityTypeUtils
- java.lang.Object
-
- io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
-
public final class EntityTypeUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,org.jboss.jandex.Type>getEntityFields(org.jboss.jandex.IndexView index, String entityTypeName)static List<org.jboss.jandex.ClassInfo>getListenersByEntityType(org.jboss.jandex.IndexView index, List<ResourceMethodListenerBuildItem> resourceMethodListeners, String entityTypeName)
-
-
-
Method Detail
-
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)
-
-