Class 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>
Since:
2.1.3
Author:
应卓
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Method Summary

    Modifier and Type
    Method
    Description
     
    of(String name)
     

    Methods inherited from class org.springframework.core.env.PropertySource

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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • of

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

      @Nullable public Object getProperty(String name)
      Specified by:
      getProperty in class org.springframework.core.env.PropertySource<Object>