com.mysema.query.codegen
Class AbstractSerializer
java.lang.Object
com.mysema.query.codegen.AbstractSerializer
- All Implemented Interfaces:
- Serializer
- Direct Known Subclasses:
- DTOSerializer, EntitySerializer
public abstract class AbstractSerializer
- extends Object
- implements Serializer
AbstractSerializer is abstract base class for Serializer implementations
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSerializer
public AbstractSerializer()
getPathType
public String getPathType(TypeModel type,
EntityModel model,
boolean raw)
- Description copied from interface:
Serializer
- Get a String representation of the Querydsl type for the given TypeModel
in tyhe given EntityModel context
- Specified by:
getPathType
in interface Serializer
- Returns:
getExprType
public String getExprType(TypeModel type,
EntityModel model,
boolean raw)
getQueryType
public String getQueryType(TypeModel type,
EntityModel model,
String typeName,
boolean raw,
boolean extend)
Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.