Class ResourceMetadata
java.lang.Object
io.quarkus.rest.data.panache.deployment.ResourceMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionResourceMetadata(String resourceClass, String resourceName, org.jboss.jandex.ClassInfo resourceInterface, String entityType, String idType, Map<String, org.jboss.jandex.Type> fields) ResourceMetadata(String resourceClass, org.jboss.jandex.ClassInfo resourceInterface, String entityType, String idType, Map<String, org.jboss.jandex.Type> fields) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.ClassInfo
-
Constructor Details
-
ResourceMetadata
-
ResourceMetadata
-
-
Method Details
-
getResourceClass
-
getResourceName
-
getResourceInterface
public org.jboss.jandex.ClassInfo getResourceInterface() -
getEntityType
-
getIdType
-
getFields
-