T - the type of the object to be created, which should be an AnnotatedObject.public abstract class AbstractAnnotatedObjectFactory<T> extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements AnnotatedObjectFactory<T>
AnnotatedObjectFactory that handles all annotation related behavior including
ObjectFactory.getObject().| Constructor and Description |
|---|
AbstractAnnotatedObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
doGetObject()
Method to be implemented instead of
ObjectFactory.getObject(). |
T |
getObject() |
getAnnotation, getAnnotations, getLocation, getRootContainerName, setAnnotationspublic abstract T doGetObject() throws Exception
ObjectFactory.getObject().Exception - if any failure occurs building the objectCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.