Class ResourcePropertiesProvider
- java.lang.Object
-
- io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesProvider
-
public class ResourcePropertiesProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourcePropertiesProvider(org.jboss.jandex.IndexView index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePropertiesgetForInterface(String resourceInterface)Find resource and method properties annotations used by a given interface and buildResourcePropertiesinstance.
-
-
-
Method Detail
-
getForInterface
public ResourceProperties getForInterface(String resourceInterface)
Find resource and method properties annotations used by a given interface and buildResourcePropertiesinstance.
-
-