public final class DefaultSupertypeSerializer extends DefaultEntitySerializer implements SupertypeSerializer
SupertypeSerializer is a Serializer implementation for supertypesgeneratedAnnotationClass, keywords, typeMappings| Constructor and Description |
|---|
DefaultSupertypeSerializer(TypeMappings typeMappings,
java.util.Collection<java.lang.String> keywords)
Create a new SupertypeSerializer instance
|
DefaultSupertypeSerializer(TypeMappings typeMappings,
java.util.Collection<java.lang.String> keywords,
java.lang.Class<? extends java.lang.annotation.Annotation> generatedAnnotationClass)
Create a new SupertypeSerializer instance
|
constructorContent, constructors, constructorsForVariables, customField, entityAccessor, entityField, getAdditionalConstructorParameter, hasOwnEntityProperties, initEntityField, initEntityFields, intro, introClassHeader, introDefaultInstance, introDelegatePackages, introFactoryMethods, introImports, introInits, introJavadoc, introPackage, introSuper, isImportExprPackage, listAccessor, mapAccessor, outro, serialize, serialize, serializePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserialize@Inject public DefaultSupertypeSerializer(TypeMappings typeMappings, @Named(value="keywords") java.util.Collection<java.lang.String> keywords, @Named(value="generatedAnnotationClass") java.lang.Class<? extends java.lang.annotation.Annotation> generatedAnnotationClass)
typeMappings - type mappings to be usedkeywords - keywords to be usedgeneratedAnnotationClass - fully qualified class name to be used as class level "@Generated" annotation.public DefaultSupertypeSerializer(TypeMappings typeMappings, java.util.Collection<java.lang.String> keywords)
typeMappings - type mappings to be usedkeywords - keywords to be usedCopyright © 2007–2021 Querydsl. All rights reserved.