Class FunctionBindingPropertySource

java.lang.Object
org.springframework.core.env.PropertySource
org.activiti.cloud.common.messaging.config.FunctionBindingPropertySource

public class FunctionBindingPropertySource extends org.springframework.core.env.PropertySource
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

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

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
    FunctionBindingPropertySource(org.springframework.core.env.ConfigurableEnvironment environment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    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
  • Field Details

  • Constructor Details

    • FunctionBindingPropertySource

      public FunctionBindingPropertySource(org.springframework.core.env.ConfigurableEnvironment environment)
  • Method Details

    • register

      public void register(String name)
    • getProperty

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