Uses of Class
net.craftforge.essential.controller.annotations.Consumes

Packages that use Consumes
net.craftforge.essential.supply   
net.craftforge.essential.supply.jaxb   
 

Uses of Consumes in net.craftforge.essential.supply
 

Methods in net.craftforge.essential.supply with annotations of type Consumes
 Object Consumer.plain(Class<?> clazz, String input)
          Consumes the given input string, deserializing it to an object of the specified class.
 

Uses of Consumes in net.craftforge.essential.supply.jaxb
 

Methods in net.craftforge.essential.supply.jaxb with annotations of type Consumes
 Object JaxbConsumer.json(Class<?> type, InputStream input, String charset)
          Deserializes the input stream in JSON format to an object of the specified type.
 Object JaxbConsumer.xml(Class<?> type, InputStream input, String charset)
          Deserializes the input stream in XML format to an object of the specified type.
 



Copyright © 2011. All Rights Reserved.