类的使用
io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
使用PropertySourceChangedEvent.Kind的程序包 程序包 说明 io.microsphere.spring.config.env.event -
-
io.microsphere.spring.config.env.event中PropertySourceChangedEvent.Kind的使用
返回PropertySourceChangedEvent.Kind的io.microsphere.spring.config.env.event中的方法 修饰符和类型 方法 说明 PropertySourceChangedEvent.Kind
PropertySourceChangedEvent. getKind()
static PropertySourceChangedEvent.Kind
PropertySourceChangedEvent.Kind. valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。static PropertySourceChangedEvent.Kind[]
PropertySourceChangedEvent.Kind. values()
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为PropertySourceChangedEvent.Kind的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.Kind的io.microsphere.spring.config.env.event中的构造器 构造器 说明 PropertySourceChangedEvent(org.springframework.context.ApplicationContext source, PropertySourceChangedEvent.Kind kind, org.springframework.core.env.PropertySource newPropertySource)
PropertySourceChangedEvent(org.springframework.context.ApplicationContext source, PropertySourceChangedEvent.Kind kind, org.springframework.core.env.PropertySource newPropertySource, org.springframework.core.env.PropertySource oldPropertySource)
-