Class ProducesMediaTypeQualifier<T>
java.lang.Object
io.micronaut.web.router.qualifier.ProducesMediaTypeQualifier<T>
- Type Parameters:
T
- The Type
- All Implemented Interfaces:
Qualifier<T>
A
Bean
Qualifier
that qualifies based on the value of the media type
defined in the Produces
annotation.- Since:
- 1.0
- Author:
- Sergio del Amo
-
Constructor Details
-
ProducesMediaTypeQualifier
- Parameters:
contentType
- The content type asMediaType
-
-
Method Details
-
reduce
-
equals
-
hashCode
public int hashCode() -
toString
-