Package 

Class KotlinEmbeddableSerializer

  • All Implemented Interfaces:
    com.querydsl.codegen.EmbeddableSerializer , com.querydsl.codegen.EntitySerializer , com.querydsl.codegen.Serializer

    
    public final class KotlinEmbeddableSerializer
    extends KotlinEntitySerializer implements EmbeddableSerializer
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.querydsl.kotlin.codegen.KotlinEntitySerializer

        serialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinEmbeddableSerializer

        KotlinEmbeddableSerializer(TypeMappings mappings, Collection<String> keywords, Class<out Annotation> generatedAnnotationClass)
    • Method Detail