Skip navigation links
A B C D G H I J K P Q R T V 

A

APPLICATION_JSON_API - Static variable in class io.katharsis.vertx.JsonApiMediaType
Deprecated.
A String constant representing "application/vnd.api+json" media type.
APPLICATION_JSON_API - Static variable in class io.katharsis.vertx.JsonApiMediaTypeHandler
A String constant representing "application/vnd.api+json" media type.

B

buildPath(String) - Method in class io.katharsis.vertx.KatharsisHandler
 
buildPath(RoutingContext) - Method in class io.katharsis.vertx.KatharsisHandler
 
buildRegistry(String, String) - Static method in class io.katharsis.vertx.KatharsisHandlerFactory
 

C

create(String, String) - Static method in class io.katharsis.vertx.KatharsisHandlerFactory
 
create(String, String, ObjectMapper) - Static method in class io.katharsis.vertx.KatharsisHandlerFactory
 
create(String, String, ObjectMapper, ParameterProviderFactory) - Static method in class io.katharsis.vertx.KatharsisHandlerFactory
 
createQueryParams(RoutingContext) - Method in class io.katharsis.vertx.KatharsisHandler
 
createRouter(Vertx, String, String) - Static method in class io.katharsis.vertx.KatharsisRestApi
 
createRouter(Vertx, KatharsisHandlerFactory) - Static method in class io.katharsis.vertx.KatharsisRestApi
 

D

DefaultParameterProvider - Class in io.katharsis.vertx
The RepositoryMethodParameterProvider allows you to inject object into your repository methods.
DefaultParameterProvider() - Constructor for class io.katharsis.vertx.DefaultParameterProvider
 
DefaultParameterProviderFactory - Class in io.katharsis.vertx
Parameter Factory - injects objects from the request context in the repository method.
DefaultParameterProviderFactory() - Constructor for class io.katharsis.vertx.DefaultParameterProviderFactory
 

G

getSingleFilterValue(QueryParams, String, String) - Static method in class io.katharsis.vertx.QueryParamsUtils
 
getSingleStartWithFilterValue(QueryParams, String, String) - Static method in class io.katharsis.vertx.QueryParamsUtils
 

H

handle(RoutingContext) - Method in class io.katharsis.vertx.JsonApiMediaTypeHandler
 
handle(RoutingContext) - Method in class io.katharsis.vertx.KatharsisHandler
 
handle(JsonApiCall) - Method in class io.katharsis.vertx.KatharsisHandlerFactory
 
handleWith(BaseController) - Method in class io.katharsis.vertx.KatharsisHandlerFactory
 

I

INSTANCE - Static variable in class io.katharsis.vertx.JsonApiMediaTypeHandler
 
io.katharsis.vertx - package io.katharsis.vertx
 

J

JsonApiCall - Enum in io.katharsis.vertx
 
JsonApiMediaType - Class in io.katharsis.vertx
Deprecated.
JsonApiMediaType() - Constructor for class io.katharsis.vertx.JsonApiMediaType
Deprecated.
 
JsonApiMediaTypeHandler - Class in io.katharsis.vertx
Respond with json api media type.
JsonApiMediaTypeHandler() - Constructor for class io.katharsis.vertx.JsonApiMediaTypeHandler
 

K

KatharsisHandler - Class in io.katharsis.vertx
Vertx handler to Katharsis resource controller.
KatharsisHandler() - Constructor for class io.katharsis.vertx.KatharsisHandler
 
KatharsisHandlerFactory - Class in io.katharsis.vertx
 
KatharsisHandlerFactory(ObjectMapper, String, QueryParamsBuilder, ParameterProviderFactory, ResourceRegistry, TypeParser, ExceptionMapperRegistry) - Constructor for class io.katharsis.vertx.KatharsisHandlerFactory
Build a handler factory for katharsis.
KatharsisRestApi - Class in io.katharsis.vertx
 
KatharsisRestApi() - Constructor for class io.katharsis.vertx.KatharsisRestApi
 
KatharsisVertxException - Exception in io.katharsis.vertx
 
KatharsisVertxException(String) - Constructor for exception io.katharsis.vertx.KatharsisVertxException
 

P

ParameterProviderFactory - Interface in io.katharsis.vertx
Factory to build parameter providers for each routing context.
provide(Method, int) - Method in class io.katharsis.vertx.DefaultParameterProvider
 
provider(RoutingContext) - Method in class io.katharsis.vertx.DefaultParameterProviderFactory
 
provider(RoutingContext) - Method in interface io.katharsis.vertx.ParameterProviderFactory
 

Q

QueryParamsUtils - Class in io.katharsis.vertx
 
QueryParamsUtils() - Constructor for class io.katharsis.vertx.QueryParamsUtils
 

R

requestBody(String) - Method in class io.katharsis.vertx.KatharsisHandler
 

T

toErrorResponse(Throwable) - Method in class io.katharsis.vertx.KatharsisHandler
 
toErrorResponse(Throwable, int) - Method in class io.katharsis.vertx.KatharsisHandler
 

V

valueOf(String) - Static method in enum io.katharsis.vertx.JsonApiCall
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.katharsis.vertx.JsonApiCall
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G H I J K P Q R T V 
Skip navigation links