Class BeanExpressionContext

java.lang.Object
org.springframework.beans.factory.config.BeanExpressionContext

public class BeanExpressionContext extends Object
Context object for evaluating an expression within a bean definition.
Since:
3.0
Author:
Juergen Hoeller
  • Constructor Details

  • Method Details

    • getBeanFactory

      public final ConfigurableBeanFactory getBeanFactory()
    • getScope

      @Nullable public final Scope getScope()
    • containsObject

      public boolean containsObject(String key)
    • getObject

      @Nullable public Object getObject(String key)
    • equals

      public boolean equals(@Nullable Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object