Interface ContentRoute.Manager<A,B,C extends ContentRoute<A>,D extends ContentRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>

Type Parameters:
A - the resource type
B - the input type
C - the content route type
D - the content route manager type
E - the router type
All Superinterfaces:
RouteManager<A,B,C,D,E>
Enclosing interface:
ContentRoute<A>

public static interface ContentRoute.Manager<A,B,C extends ContentRoute<A>,D extends ContentRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>> extends RouteManager<A,B,C,D,E>

A content route manager.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Details

    • contentType

      D contentType(String mediaRange)

      Specifies the media range matching the content type of an input.

      Parameters:
      mediaRange - a media range
      Returns:
      the route manager