| Modifier and Type | Method and Description |
|---|---|
List<OrderedConfigurer> |
SpringConfigurationPostProcessor.getSpringConfigurers() |
| Modifier and Type | Method and Description |
|---|---|
int |
OrderedConfigurer.compareTo(OrderedConfigurer<T,R> configurer) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringConfigurationPostProcessor.setSpringConfigurers(List<OrderedConfigurer> springConfigurers) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicExtensionConfigurer<R extends Registry>
Configurer used to autowire all classes implementing the
DynamicExtension
interface using Groovy 2.x Extension Modules |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomMappingsConfigurer<R extends Registry>
Configurer used to add all CustomMappings
bean occurrences from the spring application context
to the provided SpringBidiMappingService. |
| Modifier and Type | Method and Description |
|---|---|
List<OrderedConfigurer> |
SpringConfigurationPostProcessor.getSpringConfigurers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringConfigurationPostProcessor.setSpringConfigurers(List<OrderedConfigurer> springConfigurers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomModelClassFactoryConfigurer<R extends Registry>
Configurer used to configure all
CustomModelClasses
bean occurrences in the spring application context. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomRouteBuilderConfigurer<R extends Registry>
Configurer used to autowire all classes extending
the
CustomRouteBuilder abstract class. |
Copyright © 2018 Open eHealth Foundation. All rights reserved.