Package io.micronaut.json.body
Annotation Interface JsonMessageHandler.ProducesJson
- Enclosing class:
- JsonMessageHandler<T>
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Produces({"application/json","text/json","application/hal+json","application/vnd.github+json","application/feed+json","application/problem+json","application/json-patch+json","application/merge-patch+json","application/schema+json"})
public static @interface JsonMessageHandler.ProducesJson
A
Produces
with JSON supported types.