|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Type - public interface FormatWriter<Type>
Converts a Java Object to a mimetype
| Method Summary | |
|---|---|
String |
getDestinationMimetype()
Gets the mimetype to convert to |
Class<? extends Type> |
getSourceClass()
Gets the source Java class to convert from |
void |
write(Type object,
OutputStream output)
Converts Java object to mimetype |
void |
write(Type object,
Writer output)
Converts Java object to mimetype |
| Method Detail |
|---|
Class<? extends Type> getSourceClass()
String getDestinationMimetype()
void write(Type object,
Writer output)
object - output -
void write(Type object,
OutputStream output)
object - output -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||