|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
Serializer defines a common interface for EntityModel serializers
Method Summary | |
---|---|
String |
getPathType(TypeModel type,
EntityModel model,
boolean raw)
Get a String representation of the Querydsl type for the given TypeModel in tyhe given EntityModel context |
void |
serialize(EntityModel type,
Writer writer)
Serialize the given ClassModel |
Method Detail |
---|
void serialize(EntityModel type, Writer writer) throws IOException
type
- ClassModel to serializewriter
- serialization target
IOException
String getPathType(TypeModel type, EntityModel model, boolean raw)
type
- model
- raw
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |