Class EntityTypeUtils
java.lang.Object
io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEntityFields(org.jboss.jandex.IndexView index, String entityTypeName) static List<org.jboss.jandex.ClassInfo>getListenersByEntityType(org.jboss.jandex.IndexView index, List<ResourceMethodListenerBuildItem> resourceMethodListeners, String entityTypeName)
-
Field Details
-
ACC_STATIC
public static final int ACC_STATIC- See Also:
-
ACC_FINAL
public static final int ACC_FINAL- See Also:
-
-
Method Details
-
getEntityFields
-
getListenersByEntityType
public static List<org.jboss.jandex.ClassInfo> getListenersByEntityType(org.jboss.jandex.IndexView index, List<ResourceMethodListenerBuildItem> resourceMethodListeners, String entityTypeName)
-