Class GroovyBeanSerializer

java.lang.Object
com.querydsl.codegen.GroovyBeanSerializer
All Implemented Interfaces:
Serializer

public class GroovyBeanSerializer extends Object implements Serializer
GroovyBeanSerializer is a Serializer implementation which serializes EntityType instances into Groovy classes
Author:
tiwe
  • Constructor Details

    • GroovyBeanSerializer

      public GroovyBeanSerializer()
      Create a new GroovyBeanSerializer instance
    • GroovyBeanSerializer

      public GroovyBeanSerializer(String javadocSuffix)
      Create a new GroovyBeanSerializer instance
      Parameters:
      javadocSuffix - suffix to be used after the simple name in class level javadoc
    • GroovyBeanSerializer

      public GroovyBeanSerializer(boolean propertyAnnotations)
      Create a new GroovyBeanSerializer instance
      Parameters:
      propertyAnnotations - true, to serialize property annotations
    • GroovyBeanSerializer

      public GroovyBeanSerializer(boolean propertyAnnotations, String javadocSuffix)
      Create a new GroovyBeanSerializer instance
      Parameters:
      propertyAnnotations - true, to serialize property annotations
      javadocSuffix - suffix to be used after the simple name in class level javadoc
  • Method Details