Class BeanReference

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.BeanReference
All Implemented Interfaces:
Opcodes, SpelNode

public class BeanReference extends SpelNodeImpl
Represents a reference to a bean, for example @orderService or @'order.service'.

For a FactoryBean, the syntax &orderServiceFactory can be used to access the factory itself.

Author:
Andy Clement, Sam Brannen
  • Constructor Details

    • BeanReference

      public BeanReference(int startPos, int endPos, String beanName)
  • Method Details