Class ApiResponseAdapterFactory
java.lang.Object
de.xima.fc.user_portal.api.provider.impl.ApiResponseAdapterFactory
Factory for creating API response adapters.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApiResponseAdapterCreates an API response adapter for the given response.
-
Method Details
-
create
Creates an API response adapter for the given response.- Parameters:
response- The response to create an adapter for.- Returns:
- An API response adapter for the given response.
- Throws:
IllegalArgumentException- If the response type is unknown.
-