|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Produces | |
|---|---|
| net.craftforge.essential.supply | |
| net.craftforge.essential.supply.jaxb | |
| Uses of Produces in net.craftforge.essential.supply |
|---|
| Methods in net.craftforge.essential.supply with annotations of type Produces | |
|---|---|
void |
Producer.plain(Object result,
OutputStream out,
String charset)
Serializes the result object to plain text, using the specified character encoding. |
| Uses of Produces in net.craftforge.essential.supply.jaxb |
|---|
| Methods in net.craftforge.essential.supply.jaxb with annotations of type Produces | |
|---|---|
void |
JaxbProducer.json(Object result,
OutputStream out,
String charset)
Serializes the result object to JSON, using the specified character encoding. |
void |
JaxbProducer.xml(Object result,
OutputStream out,
String charset)
Serializes the result object to XML, using the specified character encoding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||