Class ConfigurationService
java.lang.Object
org.springframework.cloud.gateway.support.ConfigurationService
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware
public class ConfigurationService
extends Object
implements org.springframework.context.ApplicationEventPublisherAware
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationService(org.springframework.beans.factory.BeanFactory beanFactory, Supplier<org.springframework.core.convert.ConversionService> conversionService, Supplier<org.springframework.validation.Validator> validator) ConfigurationService(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.ConversionService> conversionService, org.springframework.beans.factory.ObjectProvider<org.springframework.validation.Validator> validator) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationEventPublishervoidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) <T, C extends Configurable<T> & ShortcutConfigurable>
ConfigurationService.ConfigurableBuilder<T, C> with(C configurable) with(T instance)
-
Constructor Details
-
ConfigurationService
public ConfigurationService(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.ConversionService> conversionService, org.springframework.beans.factory.ObjectProvider<org.springframework.validation.Validator> validator) -
ConfigurationService
-
-
Method Details
-
getPublisher
public org.springframework.context.ApplicationEventPublisher getPublisher() -
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) - Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
with
public <T, C extends Configurable<T> & ShortcutConfigurable> ConfigurationService.ConfigurableBuilder<T,C> with(C configurable) -
with
-