Uses of Class
com.querydsl.codegen.TypeMappings
-
Uses of TypeMappings in com.querydsl.codegen
Subclasses of TypeMappings in com.querydsl.codegenModifier and TypeClassDescriptionclassFields in com.querydsl.codegen declared as TypeMappingsModifier and TypeFieldDescriptionprotected final TypeMappingsDefaultEntitySerializer.typeMappingsMethod parameters in com.querydsl.codegen with type arguments of type TypeMappingsModifier and TypeMethodDescriptionvoidGenericExporter.setTypeMappingsClass(Class<? extends TypeMappings> typeMappingsClass) Set the typemappings class to be usedConstructors in com.querydsl.codegen with parameters of type TypeMappingsModifierConstructorDescriptionDefaultEmbeddableSerializer(TypeMappings typeMappings, Collection<String> keywords) Create a newEmbeddableSerializerinstance.DefaultEmbeddableSerializer(TypeMappings typeMappings, Collection<String> keywords, Class<? extends Annotation> generatedAnnotationClass) Create a newEmbeddableSerializerinstanceDefaultEntitySerializer(TypeMappings mappings, Collection<String> keywords) Create a newEntitySerializerinstanceDefaultEntitySerializer(TypeMappings mappings, Collection<String> keywords, Class<? extends Annotation> generatedAnnotationClass) Create a newEntitySerializerinstanceDefaultProjectionSerializer(TypeMappings typeMappings) Create a newProjectionSerializerinstanceDefaultProjectionSerializer(TypeMappings typeMappings, Class<? extends Annotation> generatedAnnotationClass) Create a newProjectionSerializerinstanceDefaultSupertypeSerializer(TypeMappings typeMappings, Collection<String> keywords) Create a new SupertypeSerializer instanceDefaultSupertypeSerializer(TypeMappings typeMappings, Collection<String> keywords, Class<? extends Annotation> generatedAnnotationClass) Create a new SupertypeSerializer instance