类 EmptyPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<Object>
spring.turbo.module.configuration.env.EmptyPropertySource

public final class EmptyPropertySource extends org.springframework.core.env.PropertySource<Object>
从以下版本开始:
2.1.3
作者:
应卓
  • 嵌套类概要

    从类继承的嵌套类/接口 org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • 字段概要

    从类继承的字段 org.springframework.core.env.PropertySource

    logger, name, source
  • 方法概要

    修饰符和类型
    方法
    说明
     
    of(String name)
     

    从类继承的方法 org.springframework.core.env.PropertySource

    containsProperty, equals, getName, getSource, hashCode, named, toString

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 方法详细资料

    • of

      public static EmptyPropertySource of(@Nullable String name)
    • getProperty

      @Nullable public Object getProperty(String name)
      指定者:
      getProperty 在类中 org.springframework.core.env.PropertySource<Object>