org.mule.module.json.transformers
Class JsonCustomTransformerWithMixins

java.lang.Object
  extended by org.mule.module.json.transformers.JsonCustomTransformerWithMixins

@ContainsTransformerMethods
public class JsonCustomTransformerWithMixins
extends Object


Constructor Summary
JsonCustomTransformerWithMixins()
           
 
Method Summary
 String fromApple(Apple apple)
           
 void init()
           
 Apple toApple(String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonCustomTransformerWithMixins

public JsonCustomTransformerWithMixins()
Method Detail

init

@PostConstruct
public void init()

toApple

@Transformer(sourceTypes={java.io.InputStream.class,byte[].class})
public Apple toApple(String in)
              throws IOException
Throws:
IOException

fromApple

@Transformer
public String fromApple(Apple apple)
                 throws IOException
Throws:
IOException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.