Uses of Class
org.openehealth.ipf.commons.core.config.OrderedConfigurer
Packages that use OrderedConfigurer
Package
Description
-
Uses of OrderedConfigurer in org.openehealth.ipf.commons.core.config
Methods in org.openehealth.ipf.commons.core.config with parameters of type OrderedConfigurerModifier and TypeMethodDescriptionint
OrderedConfigurer.compareTo
(OrderedConfigurer<T, R> configurer) -
Uses of OrderedConfigurer in org.openehealth.ipf.commons.core.extend.config
Subclasses of OrderedConfigurer in org.openehealth.ipf.commons.core.extend.configModifier 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
Methods in org.openehealth.ipf.commons.spring.core.config that return types with arguments of type OrderedConfigurerMethod parameters in org.openehealth.ipf.commons.spring.core.config with type arguments of type OrderedConfigurerModifier and TypeMethodDescriptionvoid
SpringConfigurationPostProcessor.setSpringConfigurers
(List<OrderedConfigurer> springConfigurers) -
Uses of OrderedConfigurer in org.openehealth.ipf.commons.spring.map.config
Subclasses of OrderedConfigurer in org.openehealth.ipf.commons.spring.map.configModifier 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
Subclasses of OrderedConfigurer in org.openehealth.ipf.modules.hl7.configModifier 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
Subclasses of OrderedConfigurer in org.openehealth.ipf.platform.camel.core.configModifier and TypeClassDescriptionclass
CustomRouteBuilderConfigurer<R extends Registry>
Configurer used to autowire all classes extending theCustomRouteBuilder
abstract class.