|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.ibeans.config.MockIntegrationBeansAnnotationProcessor
public class MockIntegrationBeansAnnotationProcessor
Will process any fields on an object with the MockIntegrationBean
annotation, inserting
a Mockito Mock object. This is only used for testing.
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Constructor Summary | |
---|---|
MockIntegrationBeansAnnotationProcessor()
|
Method Summary | |
---|---|
java.lang.Object |
process(java.lang.Object object)
|
void |
setMuleContext(MuleContext muleContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public MockIntegrationBeansAnnotationProcessor()
Method Detail |
---|
public void setMuleContext(MuleContext muleContext)
setMuleContext
in interface MuleContextAware
public java.lang.Object process(java.lang.Object object)
process
in interface ObjectProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |