public class LazyExpression extends Object implements PrettyExpression
PrettyExpression used when the name of the bean
should be resolved lazily. This class is used by the annotation configuration
mechanism.| Constructor and Description |
|---|
LazyExpression(LazyBeanNameFinder finder,
Class<?> beanClass,
String component)
Creates a new
LazyExpression |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getBeanClass()
The class this lazy expression refers to.
|
String |
getComponent()
The component of the bean the expression refers to.
|
String |
getELExpression()
Returns the string representation of the expression.
|
int |
hashCode() |
String |
toString() |
public LazyExpression(LazyBeanNameFinder finder, Class<?> beanClass, String component)
LazyExpressionfinder - The bean name finder to user for lazy resolvingbeanClass - the class of the beancomponent - the component of the bean referenced by the expression. Can be
a single property name, a property path or a method namepublic String getELExpression()
PrettyExpressiongetELExpression in interface PrettyExpressionpublic Class<?> getBeanClass()
public String getComponent()
Copyright © 2014 OCPsoft. All Rights Reserved.