|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.json.transformers.JsonCustomTransformerWithMixins
@ContainsTransformerMethods public class JsonCustomTransformerWithMixins
Constructor Summary | |
---|---|
JsonCustomTransformerWithMixins()
|
Method Summary | |
---|---|
java.lang.String |
fromApple(Apple apple)
|
void |
init()
|
Apple |
toApple(java.lang.String in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonCustomTransformerWithMixins()
Method Detail |
---|
@PostConstruct public void init()
@Transformer(sourceTypes={java.io.InputStream.class,byte[].class}) public Apple toApple(java.lang.String in) throws java.io.IOException
java.io.IOException
@Transformer public java.lang.String fromApple(Apple apple) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |