public class StepListenerFactoryBean extends AbstractListenerFactoryBean
AbstractListenerFactoryBean
implementation is used to create a
StepListener
.AbstractListenerFactoryBean
,
StepListenerMetaData
Constructor and Description |
---|
StepListenerFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
getDefaultListenerClass() |
static StepListener |
getListener(Object delegate)
Convenience method to wrap any object and expose the appropriate
StepListener interfaces. |
protected ListenerMetaData |
getMetaDataFromPropertyName(String propertyName) |
protected ListenerMetaData[] |
getMetaDataValues() |
Class |
getObjectType() |
static boolean |
isListener(Object delegate)
Convenience method to check whether the given object is or can be made
into a
StepListener . |
afterPropertiesSet, getMethodInvokerByName, getObject, isListener, isSingleton, setDelegate, setMetaDataMap
protected ListenerMetaData getMetaDataFromPropertyName(String propertyName)
getMetaDataFromPropertyName
in class AbstractListenerFactoryBean
protected ListenerMetaData[] getMetaDataValues()
getMetaDataValues
in class AbstractListenerFactoryBean
protected Class<?> getDefaultListenerClass()
getDefaultListenerClass
in class AbstractListenerFactoryBean
public Class getObjectType()
public static StepListener getListener(Object delegate)
StepListener
interfaces.delegate
- a delegate objectpublic static boolean isListener(Object delegate)
StepListener
.delegate
- the object to checkStepListener
interfaces, or contains the marker
annotationsCopyright © 2014 Pivotal. All rights reserved.