Interface IRestServiceClassesProvider
-
- All Superinterfaces:
IRestServicesProvider
public interface IRestServiceClassesProvider extends IRestServicesProvider
Common interface for providing REST services via their classes. Use thebase interface name
when registering the REST service provider via SPI.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Class<?>>
getClasses()
Get the classes of the REST service implementations.
-