Uses of Class
de.quantummaid.httpmaid.chains.MetaData
-
-
Uses of MetaData in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type MetaData Modifier and Type Method Description voidHttpMaid. handle(ChainName chainName, MetaData metaData)voidCoreModule. init(MetaData configurationMetaData)static <T> MetricsProvider<T>MetricsProvider. metricsProvider(MetaDataKey<T> key, MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.chains
Methods in de.quantummaid.httpmaid.chains that return MetaData Modifier and Type Method Description static MetaDataMetaData. emptyMetaData()MetaDataDependencyRegistry. getMetaData()Methods in de.quantummaid.httpmaid.chains with parameters of type MetaData Modifier and Type Method Description voidProcessor. apply(MetaData metaData)voidFinalConsumer. consume(MetaData metaData)default voidConfigurator. init(MetaData configurationMetaData)voidChainRegistry. putIntoChain(ChainName chainName, MetaData initialMetaData, Consumer<MetaData> consumer)Method parameters in de.quantummaid.httpmaid.chains with type arguments of type MetaData Modifier and Type Method Description voidChainRegistry. putIntoChain(ChainName chainName, MetaData initialMetaData, Consumer<MetaData> consumer)voidChainExtender. route(ChainName name, Action action, Predicate<MetaData> matcher, String description) -
Uses of MetaData in de.quantummaid.httpmaid.chains.rules
Methods in de.quantummaid.httpmaid.chains.rules with parameters of type MetaData Modifier and Type Method Description booleanRule. matches(MetaData metaData)Method parameters in de.quantummaid.httpmaid.chains.rules with type arguments of type MetaData Modifier and Type Method Description static RuleRule. rule(ModuleIdentifier moduleIdentifier, Predicate<MetaData> matcher, Action action, RuleDescription ruleDescription) -
Uses of MetaData in de.quantummaid.httpmaid.cors
Methods in de.quantummaid.httpmaid.cors with parameters of type MetaData Modifier and Type Method Description voidPreflightRequestProcessor. apply(MetaData metaData)voidSimpleCrossOriginRequestProcessor. apply(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.cors.domain
Methods in de.quantummaid.httpmaid.cors.domain with parameters of type MetaData Modifier and Type Method Description static Optional<Origin>Origin. load(MetaData metaData)static RequestedHeadersRequestedHeaders. load(MetaData metaData)static RequestedMethodRequestedMethod. load(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.endpoint
Methods in de.quantummaid.httpmaid.endpoint with parameters of type MetaData Modifier and Type Method Description voidRawRequest. enter(MetaData metaData)static RawResponseRawResponse. rawResponse(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.exceptions
Methods in de.quantummaid.httpmaid.exceptions with parameters of type MetaData Modifier and Type Method Description voidDefaultExceptionMapper. map(Throwable exception, MetaData metaData)voidExceptionMapper. map(T exception, MetaData metaData)default voidHttpExceptionMapper. map(T exception, MetaData metaData)voidExceptionSerializer. serializeException(Throwable throwable, MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.generator
Methods in de.quantummaid.httpmaid.generator with parameters of type MetaData Modifier and Type Method Description booleanGenerationCondition. generate(MetaData metaData)Optional<T>Generators. generate(MetaData metaData)booleanPathAndMethodGenerationCondition. generate(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.handler
Methods in de.quantummaid.httpmaid.handler with parameters of type MetaData Modifier and Type Method Description voidDetermineHandlerProcessor. apply(MetaData metaData)voidInvokeHandlerProcessor. apply(MetaData metaData)voidHandler. handle(MetaData metaData)static PageNotFoundExceptionPageNotFoundException. pageNotFoundException(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http with parameters of type MetaData Modifier and Type Method Description default voidHttpHandler. handle(MetaData metaData)static HttpRequestHttpRequest. httpRequest(MetaData metaData)static HttpResponseHttpResponse. httpResponse(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.http.headers.accept
Methods in de.quantummaid.httpmaid.http.headers.accept with parameters of type MetaData Modifier and Type Method Description static AcceptAccept. fromMetaData(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.processors
Methods in de.quantummaid.httpmaid.processors with parameters of type MetaData Modifier and Type Method Description voidMapExceptionProcessor. apply(MetaData metaData)voidStreamToStringProcessor. apply(MetaData metaData)voidStringBodyToStreamProcessor. apply(MetaData metaData)voidTranslateToValueObjectsProcessor. apply(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.responsetemplate
Methods in de.quantummaid.httpmaid.responsetemplate with parameters of type MetaData Modifier and Type Method Description voidApplyResponseTemplateProcessor. apply(MetaData metaData)voidInitResponseProcessor. apply(MetaData metaData)voidResponseTemplate. apply(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.security
Methods in de.quantummaid.httpmaid.security with parameters of type MetaData Modifier and Type Method Description voidSecurityProcessor. apply(MetaData metaData) -
Uses of MetaData in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type MetaData Modifier and Type Method Description voidAuthenticatorProcessor. apply(MetaData metaData)static CouldNotAuthenticateExceptionCouldNotAuthenticateException. couldNotAuthenticateException(MetaData metaData, AuthenticatorId authenticatorId)Method parameters in de.quantummaid.httpmaid.security.authentication with type arguments of type MetaData Modifier and Type Method Description static AuthenticatorConfiguratorAuthenticatorConfigurator. authenticatorConfigurator(Authenticator<MetaData> authenticator)static AuthenticatorProcessorAuthenticatorProcessor. authenticatorProcessor(Authenticator<MetaData> authenticator, AuthenticatorId authenticatorId, List<Filter> optionalRequests) -
Uses of MetaData in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type MetaData Modifier and Type Method Description voidAuthorizerProcessor. apply(MetaData metaData)booleanAuthorizer. isAuthorized(MetaData metaData)default booleanHttpAuthorizer. isAuthorized(MetaData metaData)static NotAuthorizedExceptionNotAuthorizedException. notAuthorizedException(MetaData metaData, AuthorizerId authorizerId)
-