Skip navigation links
A B C D E G H I L M O P R S T U V 

A

accept(T, AsyncResultHandler<Void>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncConsumer
 
accept(String, AsyncResultHandler<Void>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncStringConsumer
 
accept(HttpServerRequest) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
apply(T, AsyncResultHandler<R>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncFunction
 
apply(Integer, AsyncResultHandler<T>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncIntFunction
 
apply(String, AsyncResultHandler<T>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncStringFunction
 
Async - Interface in org.zalando.axiom.web.binding.functions
 
AsyncConsumer<T> - Interface in org.zalando.axiom.web.binding.functions
 
AsyncFunction<T,R> - Interface in org.zalando.axiom.web.binding.functions
 
AsyncIntFunction<T> - Interface in org.zalando.axiom.web.binding.functions
 
AsyncStringConsumer - Interface in org.zalando.axiom.web.binding.functions
 
AsyncStringFunction<T> - Interface in org.zalando.axiom.web.binding.functions
 
AsyncSupplier<T> - Interface in org.zalando.axiom.web.binding.functions
 

B

BindingBuilderFactory - Class in org.zalando.axiom.web.binding
 
BindingBuilderFactory(SwaggerRouter) - Constructor for class org.zalando.axiom.web.binding.BindingBuilderFactory
 
bindTo(String) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 

C

camelToSnailCase(String) - Static method in class org.zalando.axiom.web.util.Strings
 
castValueToType(String, Class<?>) - Static method in class org.zalando.axiom.web.util.Types
 
checkNotBlank(String, String) - Static method in class org.zalando.axiom.web.util.Preconditions
 
checkNotNull(Object, String) - Static method in class org.zalando.axiom.web.util.Preconditions
 
clear() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
collectMetrics() - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
collectMetricsTo(MetricRegistry) - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
configure() - Static method in class org.zalando.axiom.web.SwaggerRouter
 
configure(SwaggerRouterConfiguration) - Method in class org.zalando.axiom.web.SwaggerRouter
 
connect() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
connect(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
connectWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

D

defaultAsyncResultHandler(RoutingContext, Consumer<T>) - Method in class org.zalando.axiom.web.handler.DefaultRouteHandler
 
DefaultBindingBuilder - Class in org.zalando.axiom.web.binding
 
DefaultBindingBuilder(BindingBuilderFactory, SwaggerRouter, String) - Constructor for class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
DefaultRouteHandler - Class in org.zalando.axiom.web.handler
 
DefaultRouteHandler() - Constructor for class org.zalando.axiom.web.handler.DefaultRouteHandler
 
delete(AsyncStringConsumer) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
delete() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
delete(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
DeleteHandler - Class in org.zalando.axiom.web.handler
 
DeleteHandler(Operation, AsyncStringConsumer) - Constructor for class org.zalando.axiom.web.handler.DeleteHandler
 
deleteWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
doBind() - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 

E

exceptionHandler(Handler<Throwable>) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

G

get(String, AsyncSupplier<T>) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
get(String, AsyncStringFunction<Object>) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
get(String, AsyncIntFunction<Object>) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
get(AsyncStringFunction<T>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
get(AsyncIntFunction<T>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
get(AsyncSupplier<T>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
get(Class<T>, AsyncFunction<T, R>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
get(AsyncResultHandler<T>) - Method in interface org.zalando.axiom.web.binding.functions.AsyncSupplier
 
get() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
get(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
getById(String, AsyncStringFunction<T>) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
getById(String, AsyncIntFunction<T>) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
GetHandler<T> - Class in org.zalando.axiom.web.handler
 
GetHandler(ObjectMapper, Object, Class<T>, Path) - Constructor for class org.zalando.axiom.web.handler.GetHandler
 
getMapper() - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
getMapper() - Method in class org.zalando.axiom.web.SwaggerRouter
 
getMetricRegistry() - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
getMetrics(Function<MetricRegistry, T>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
getMetricsRegistry() - Method in class org.zalando.axiom.web.SwaggerRouter
 
getOnlyValue(RoutingContext) - Static method in class org.zalando.axiom.web.util.HandlerUtils
 
getOrPut(Map<K, V>, K, Supplier<V>) - Static method in class org.zalando.axiom.web.util.Util
 
getParameterType(String, String) - Static method in class org.zalando.axiom.web.util.Types
 
getRoutes() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
getSetterName(String) - Static method in class org.zalando.axiom.web.util.Strings
 
getSwagger() - Method in class org.zalando.axiom.web.SwaggerRouter
 
getWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
GetWithZeroOrOneParameterHandler - Class in org.zalando.axiom.web.handler
 
GetWithZeroOrOneParameterHandler(ObjectMapper, Object) - Constructor for class org.zalando.axiom.web.handler.GetWithZeroOrOneParameterHandler
 

H

handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.DeleteHandler
 
handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.GetHandler
 
handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.GetWithZeroOrOneParameterHandler
 
handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.MetricsHandler
 
handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.ParameterCheckHandler
 
handle(RoutingContext) - Method in class org.zalando.axiom.web.handler.PostHandler
 
handleContext(RoutingContext) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
handleControllerError(RoutingContext, Throwable) - Method in class org.zalando.axiom.web.handler.DefaultRouteHandler
 
handleError(String, Throwable, RoutingContext) - Method in class org.zalando.axiom.web.handler.DefaultRouteHandler
 
handleFailure(RoutingContext) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
HandlerUtils - Class in org.zalando.axiom.web.util
 
head() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
head(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
headWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

I

isBlank(String) - Static method in class org.zalando.axiom.web.util.Strings
 
isCollectMetrics() - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
isMetricsEnabled() - Method in class org.zalando.axiom.web.SwaggerRouter
 
isNotBlank(String) - Static method in class org.zalando.axiom.web.util.Strings
 

L

LoadException - Exception in org.zalando.axiom.web.exceptions
 
LoadException() - Constructor for exception org.zalando.axiom.web.exceptions.LoadException
 
LoadException(String, Throwable) - Constructor for exception org.zalando.axiom.web.exceptions.LoadException
 
LoadException(Throwable) - Constructor for exception org.zalando.axiom.web.exceptions.LoadException
 

M

mapper(ObjectMapper) - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
MetricsHandler - Class in org.zalando.axiom.web.handler
 
MetricsHandler(MetricRegistry, Handler<RoutingContext>, String) - Constructor for class org.zalando.axiom.web.handler.MetricsHandler
 
mountSubRouter(String, Router) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

O

options() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
options(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
optionsWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
org.zalando.axiom.web - package org.zalando.axiom.web
 
org.zalando.axiom.web.binding - package org.zalando.axiom.web.binding
 
org.zalando.axiom.web.binding.functions - package org.zalando.axiom.web.binding.functions
 
org.zalando.axiom.web.domain - package org.zalando.axiom.web.domain
 
org.zalando.axiom.web.exceptions - package org.zalando.axiom.web.exceptions
 
org.zalando.axiom.web.handler - package org.zalando.axiom.web.handler
 
org.zalando.axiom.web.util - package org.zalando.axiom.web.util
 

P

ParameterCheckHandler - Class in org.zalando.axiom.web.handler
 
ParameterCheckHandler(Operation) - Constructor for class org.zalando.axiom.web.handler.ParameterCheckHandler
 
patch() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
patch(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
patchWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
post(Class<T>, AsyncFunction<T, R>) - Method in class org.zalando.axiom.web.binding.DefaultBindingBuilder
 
post() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
post(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
PostHandler<T> - Class in org.zalando.axiom.web.handler
 
PostHandler(Operation, ObjectMapper, Object, Class<T>) - Constructor for class org.zalando.axiom.web.handler.PostHandler
 
postWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
Preconditions - Class in org.zalando.axiom.web.util
 
put() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
put(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
putWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

R

route() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
route(HttpMethod, String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
route(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
router(Vertx) - Method in class org.zalando.axiom.web.binding.BindingBuilderFactory
 
routeWithRegex(HttpMethod, String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
routeWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 

S

Strings - Class in org.zalando.axiom.web.util
 
Strings() - Constructor for class org.zalando.axiom.web.util.Strings
 
swaggerDefinition(String) - Method in class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
swaggerDefinition(String) - Static method in class org.zalando.axiom.web.SwaggerRouter
 
swaggerDefinition(String, SwaggerRouterConfiguration) - Static method in class org.zalando.axiom.web.SwaggerRouter
 
SwaggerRouter - Class in org.zalando.axiom.web
 
SwaggerRouterConfiguration - Class in org.zalando.axiom.web.domain
 
SwaggerRouterConfiguration() - Constructor for class org.zalando.axiom.web.domain.SwaggerRouterConfiguration
 
SwaggerVertxRouter - Class in org.zalando.axiom.web.binding
 

T

toMetricsName(HttpMethod, String) - Static method in class org.zalando.axiom.web.util.Strings
 
toSwaggerPathParams(String) - Static method in class org.zalando.axiom.web.util.Strings
Converts a vertx-web path with templates to the swagger path template format.
toVertxPathParams(String) - Static method in class org.zalando.axiom.web.util.Strings
Converts a swagger path with templates to the vertx-web template format.
trace() - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
trace(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
traceWithRegex(String) - Method in class org.zalando.axiom.web.binding.SwaggerVertxRouter
 
Types - Class in org.zalando.axiom.web.util
 

U

Util - Class in org.zalando.axiom.web.util
 
Util() - Constructor for class org.zalando.axiom.web.util.Util
 

V

valueOrElse(String, String) - Static method in class org.zalando.axiom.web.util.Strings
 
A B C D E G H I L M O P R S T U V 
Skip navigation links