Uses of Interface
de.quantummaid.httpmaid.chains.ChainModule
-
-
Uses of ChainModule in de.quantummaid.httpmaid
Classes in de.quantummaid.httpmaid that implement ChainModule Modifier and Type Class Description classCoreModule -
Uses of ChainModule in de.quantummaid.httpmaid.chains
Methods in de.quantummaid.httpmaid.chains with type parameters of type ChainModule Modifier and Type Method Description static <T extends ChainModule>
ConfiguratorConfigurator. configuratorForType(Class<T> type, Consumer<T> configurator)<T extends ChainModule>
TDependencyRegistry. getDependency(Class<T> dependency)Methods in de.quantummaid.httpmaid.chains that return types with arguments of type ChainModule Modifier and Type Method Description default List<ChainModule>Configurator. supplyModulesIfNotAlreadyPreset()Methods in de.quantummaid.httpmaid.chains with parameters of type ChainModule Modifier and Type Method Description voidChainRegistryBuilder. addModule(ChainModule module)static ConfiguratorConfigurator. toUseModules(ChainModule... modules) -
Uses of ChainModule in de.quantummaid.httpmaid.chains.autoloading
Methods in de.quantummaid.httpmaid.chains.autoloading that return types with arguments of type ChainModule Modifier and Type Method Description static Optional<ChainModule>Autoloader. loadModule(String fullyQualifiedClassName) -
Uses of ChainModule in de.quantummaid.httpmaid.cors
Classes in de.quantummaid.httpmaid.cors that implement ChainModule Modifier and Type Class Description classCorsModuleMethods in de.quantummaid.httpmaid.cors that return ChainModule Modifier and Type Method Description static ChainModuleCorsModule. corsModule()Methods in de.quantummaid.httpmaid.cors that return types with arguments of type ChainModule Modifier and Type Method Description List<ChainModule>CorsConfigurator. supplyModulesIfNotAlreadyPreset() -
Uses of ChainModule in de.quantummaid.httpmaid.debug
Classes in de.quantummaid.httpmaid.debug that implement ChainModule Modifier and Type Class Description classDebugModuleMethods in de.quantummaid.httpmaid.debug that return ChainModule Modifier and Type Method Description static ChainModuleDebugModule. debugModule() -
Uses of ChainModule in de.quantummaid.httpmaid.marshalling
Classes in de.quantummaid.httpmaid.marshalling that implement ChainModule Modifier and Type Class Description classMarshallingModuleMethods in de.quantummaid.httpmaid.marshalling that return types with arguments of type ChainModule Modifier and Type Method Description default List<ChainModule>MarshallingModuleConfigurator. supplyModulesIfNotAlreadyPreset() -
Uses of ChainModule in de.quantummaid.httpmaid.security
Classes in de.quantummaid.httpmaid.security that implement ChainModule Modifier and Type Class Description classSecurityModuleMethods in de.quantummaid.httpmaid.security that return ChainModule Modifier and Type Method Description static ChainModuleSecurityModule. securityModule() -
Uses of ChainModule in de.quantummaid.httpmaid.security.config
Methods in de.quantummaid.httpmaid.security.config that return types with arguments of type ChainModule Modifier and Type Method Description default List<ChainModule>SecurityConfigurator. supplyModulesIfNotAlreadyPreset()
-