类的使用
io.microsphere.spring.config.env.event.PropertySourceChangedEvent
-
使用PropertySourceChangedEvent的程序包 程序包 说明 io.microsphere.spring.config.env.event -
-
io.microsphere.spring.config.env.event中PropertySourceChangedEvent的使用
返回PropertySourceChangedEvent的io.microsphere.spring.config.env.event中的方法 修饰符和类型 方法 说明 static PropertySourceChangedEvent
PropertySourceChangedEvent. added(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource newPropertySource)
Create anadded
instancestatic PropertySourceChangedEvent
PropertySourceChangedEvent. removed(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource oldPropertySource)
Create anremoved
instancestatic PropertySourceChangedEvent
PropertySourceChangedEvent. replaced(org.springframework.context.ApplicationContext source, org.springframework.core.env.PropertySource newPropertySource, org.springframework.core.env.PropertySource oldPropertySource)
Create anreplaced
instance返回变量类型为PropertySourceChangedEvent的类型的io.microsphere.spring.config.env.event中的方法 修饰符和类型 方法 说明 java.util.List<PropertySourceChangedEvent>
PropertySourcesChangedEvent. getSubEvents()
类型变量类型为PropertySourceChangedEvent的io.microsphere.spring.config.env.event中的方法参数 修饰符和类型 方法 说明 protected java.util.Map<java.lang.String,java.lang.Object>
PropertySourcesChangedEvent. getProperties(java.util.function.Function<PropertySourceChangedEvent,org.springframework.core.env.PropertySource> propertySourceGetter, java.util.function.Function<org.springframework.core.env.PropertySource,java.util.Map<java.lang.String,java.lang.Object>> propertiesGenerator, PropertySourceChangedEvent.Kind... kinds)
参数类型为PropertySourceChangedEvent的io.microsphere.spring.config.env.event中的构造器 构造器 说明 PropertySourcesChangedEvent(org.springframework.context.ApplicationContext source, PropertySourceChangedEvent... subEvents)
类型变量类型为PropertySourceChangedEvent的io.microsphere.spring.config.env.event中的构造器参数 构造器 说明 PropertySourcesChangedEvent(org.springframework.context.ApplicationContext source, java.util.List<PropertySourceChangedEvent> subEvents)
-