Interface MarshallingModuleConfigurator
-
- All Superinterfaces:
Configurator
public interface MarshallingModuleConfigurator extends Configurator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidconfigure(DependencyRegistry dependencyRegistry)voidconfigure(MarshallingModule marshallingModule)default List<ChainModule>supplyModulesIfNotAlreadyPreset()-
Methods inherited from interface de.quantummaid.httpmaid.chains.Configurator
init
-
-
-
-
Method Detail
-
supplyModulesIfNotAlreadyPreset
default List<ChainModule> supplyModulesIfNotAlreadyPreset()
- Specified by:
supplyModulesIfNotAlreadyPresetin interfaceConfigurator
-
configure
void configure(MarshallingModule marshallingModule)
-
configure
default void configure(DependencyRegistry dependencyRegistry)
- Specified by:
configurein interfaceConfigurator
-
-