Uses of Class
org.openehealth.ipf.commons.core.config.OrderedConfigurer
Package
Description
-
Uses of OrderedConfigurer in org.openehealth.ipf.commons.core.config
Modifier and TypeMethodDescriptionint
OrderedConfigurer.compareTo
(OrderedConfigurer<T, R> configurer) -
Uses of OrderedConfigurer in org.openehealth.ipf.commons.core.extend.config
Modifier and TypeClassDescriptionclass
DynamicExtensionConfigurer<R extends Registry>
Configurer used to autowire all classes implementing theDynamicExtension
interface using Groovy 2.x Extension Modules -
Uses of OrderedConfigurer in org.openehealth.ipf.commons.spring.core.config
Modifier and TypeMethodDescriptionvoid
SpringConfigurationPostProcessor.setSpringConfigurers
(List<OrderedConfigurer> springConfigurers) -
Uses of OrderedConfigurer in org.openehealth.ipf.commons.spring.map.config
Modifier and TypeClassDescriptionclass
CustomMappingsConfigurer<R extends Registry>
Configurer
used to add allCustomMappings
bean occurrences from the spring application context to the providedSpringBidiMappingService
. -
Uses of OrderedConfigurer in org.openehealth.ipf.modules.hl7.config
Modifier and TypeClassDescriptionclass
CustomModelClassFactoryConfigurer<R extends Registry>
Configurer used to configure allCustomModelClasses
bean occurrences in the spring application context. -
Uses of OrderedConfigurer in org.openehealth.ipf.platform.camel.core.config
Modifier and TypeClassDescriptionclass
CustomRouteBuilderConfigurer<R extends Registry>
Configurer used to autowire all classes extending theCustomRouteBuilder
abstract class.