Uses of Interface
com.mysema.query.codegen.Type

Packages that use Type
com.mysema.query.apt APTFactory and related classes 
com.mysema.query.codegen Code generations models and serializers 
 

Uses of Type in com.mysema.query.apt
 

Methods in com.mysema.query.apt that return Type
 Type APTTypeFactory.create(TypeMirror type)
           
 

Uses of Type in com.mysema.query.codegen
 

Classes in com.mysema.query.codegen that implement Type
 class AbstractType
          AbstractType is an abstract base class for Type implementations
 class ClassType
          ClassType is a minimal implementation of the Type interface
 class EntityType
          EntityType represents a model of a query domain type with properties
 class SimpleType
          SimpleType represents a java type
 class TypeAdapter
          TypeAdapter is a basic adapter implementation for the Type interface
 class TypeExtends
          TypeExtends is a Type implementation for type variables and wildcard types
 class TypeSuper
          TypeSuper is a Type for type variables and wildcard types
 

Fields in com.mysema.query.codegen declared as Type
static Type Types.BOOLEAN
           
static Type Types.BYTE
           
static Type Types.CHAR
           
static Type Types.DOUBLE
           
static Type Types.FLOAT
           
static Type Types.INT
           
static Type Types.LONG
           
static Type Types.OBJECT
           
static Type Types.OBJECTS
           
static Type Types.SHORT
           
static Type Types.STRING
           
 

Methods in com.mysema.query.codegen that return Type
 Type ClassType.as(TypeCategory category)
           
 Type Type.as(TypeCategory category)
           
 Type TypeAdapter.as(TypeCategory category)
           
 Type ClassType.asArrayType()
           
 Type SimpleType.asArrayType()
           
 Type Type.asArrayType()
           
 Type TypeAdapter.asArrayType()
           
 Type TypeFactory.create(Class<?> cl)
           
 Type TypeFactory.create(Class<?> cl, Type genericType)
           
 Type TypeFactory.createCollectionType(Type valueType)
           
 Type TypeFactory.createListType(Type valueType)
           
 Type TypeFactory.createMapType(Type keyType, Type valueType)
           
 Type TypeFactory.createSetType(Type valueType)
           
 Type Method.getDeclaringType()
           
 Type ClassType.getParameter(int i)
           
 Type SimpleType.getParameter(int i)
           
 Type Type.getParameter(int i)
           
 Type Property.getParameter(int i)
           
 Type TypeAdapter.getParameter(int i)
           
 Type Method.getReturnType()
           
 Type ClassType.getSelfOrValueType()
           
 Type SimpleType.getSelfOrValueType()
           
 Type Type.getSelfOrValueType()
           
 Type TypeAdapter.getSelfOrValueType()
           
 Type Supertype.getType()
           
 Type Parameter.getType()
           
 Type Property.getType()
           
protected  Type TypeAdapter.getType()
           
static Type TypeResolver.resolve(Type type, Type declaringType, EntityType context)
           
 

Methods in com.mysema.query.codegen with parameters of type Type
 void ClassType.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void SimpleType.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void Type.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void TypeExtends.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void TypeSuper.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void TypeAdapter.appendLocalGenericName(Type context, Appendable builder, boolean asArgType)
           
 void ClassType.appendLocalRawName(Type context, Appendable builder)
           
 void SimpleType.appendLocalRawName(Type context, Appendable builder)
           
 void Type.appendLocalRawName(Type context, Appendable builder)
           
 void TypeAdapter.appendLocalRawName(Type context, Appendable builder)
           
 Type TypeFactory.createCollectionType(Type valueType)
           
 Type TypeFactory.createListType(Type valueType)
           
 Type TypeFactory.createMapType(Type keyType, Type valueType)
           
 Type TypeFactory.createSetType(Type valueType)
           
 String TypeMappings.getCustomType(Type type, EntityType model, boolean raw)
           
 String TypeMappings.getCustomType(Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
 String TypeMappings.getExprType(Type type, EntityType model, boolean raw)
           
 String TypeMappings.getExprType(Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
 String Type.getLocalGenericName(Type context, boolean asArgType)
           
 String AbstractType.getLocalGenericName(Type context, boolean asArgType)
           
 String TypeAdapter.getLocalGenericName(Type context, boolean asArgType)
           
 String Type.getLocalRawName(Type context)
           
 String AbstractType.getLocalRawName(Type context)
           
 String TypeAdapter.getLocalRawName(Type context)
           
 String TypeMappings.getPathType(Type type, EntityType model, boolean raw)
           
 String TypeMappings.getPathType(Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
 String TypeMappings.getQueryType(Type type, EntityType model, String typeName, boolean raw, boolean rawParameters, boolean extend)
           
static Type TypeResolver.resolve(Type type, Type declaringType, EntityType context)
           
 

Constructors in com.mysema.query.codegen with parameters of type Type
ClassType(TypeCategory typeCategory, Class<?> clazz, Class<?> primitiveClass, Type... params)
           
ClassType(TypeCategory typeCategory, Class<?> clazz, Type... params)
           
EntityType(String prefix, Type type)
           
EntityType(String prefix, Type type, Set<Supertype> superTypes)
           
Method(Type declaringType, String name, String template, List<Parameter> params, Type returnType)
           
Method(Type declaringType, String name, String template, Type returnType)
           
Parameter(String name, Type type)
           
Property(EntityType declaringType, String name, String escapedName, Type type, String[] inits, boolean inherited)
           
Property(EntityType declaringType, String name, Type type, String[] inits)
           
Property(EntityType declaringType, String name, Type type, String[] inits, boolean inherited)
           
SimpleType(TypeCategory typeCategory, String name, String packageName, String simpleName, boolean finalClass, Type... parameters)
           
Supertype(Type type)
           
TypeAdapter(Type type)
           
TypeExtends(String varName, Type type)
           
TypeExtends(Type type)
           
TypeSuper(String varName, Type type)
           
TypeSuper(Type type)
           
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.