Uses of Enum Class
org.bremersee.exception.RestApiResponseType
Packages that use RestApiResponseType
-
Uses of RestApiResponseType in org.bremersee.exception
Methods in org.bremersee.exception that return RestApiResponseTypeModifier and TypeMethodDescriptionstatic RestApiResponseType
RestApiResponseType.detectByAccepted
(List<org.springframework.http.MediaType> accepted) Detect rest api response type by accept header.static RestApiResponseType
RestApiResponseType.detectByContentType
(org.springframework.http.MediaType contentType) Detect rest api response type by content type.static RestApiResponseType
Returns the enum constant of this class with the specified name.static RestApiResponseType[]
RestApiResponseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.