|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.codegen.BeanSerializer
public class BeanSerializer
BeanSerializer is a Serializer implementation which serializes EntityType instances into JavaBean classes
| Constructor Summary | |
|---|---|
BeanSerializer()
|
|
BeanSerializer(java.lang.String javadocSuffix)
|
|
| Method Summary | |
|---|---|
void |
serialize(EntityType model,
SerializerConfig serializerConfig,
com.mysema.codegen.CodeWriter writer)
Serialize the given EntityType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanSerializer()
public BeanSerializer(java.lang.String javadocSuffix)
| Method Detail |
|---|
public void serialize(EntityType model,
SerializerConfig serializerConfig,
com.mysema.codegen.CodeWriter writer)
throws java.io.IOException
Serializer
serialize in interface Serializermodel - EntityType to serializeserializerConfig - TODOwriter - serialization target
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||