Class ConsumesMediaTypeQualifier<T>
java.lang.Object
io.micronaut.web.router.qualifier.ConsumesMediaTypeQualifier<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 Consumes annotation.- Since:
- 1.0
- Author:
- Graeme Rocher
- 
Constructor Details- 
ConsumesMediaTypeQualifier- Parameters:
- contentType- The content type as- MediaType
 
 
- 
- 
Method Details- 
reduce
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-