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 RestApiResponseTypeRestApiResponseType.detectByAccepted(List<org.springframework.http.MediaType> accepted) Detect rest api response type by accept header.static RestApiResponseTypeRestApiResponseType.detectByContentType(org.springframework.http.MediaType contentType) Detect rest api response type by content type.static RestApiResponseTypeReturns 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.