Class SpatialSupport

java.lang.Object
com.querydsl.spatial.apt.SpatialSupport
All Implemented Interfaces:
Extension

public final class SpatialSupport extends Object implements Extension
SpatialSupport provides support for spatial types in code generation
Author:
tiwe
  • Constructor Details

    • SpatialSupport

      public SpatialSupport()
  • Method Details

    • addSupport

      public void addSupport(AbstractModule module)
      Register spatial types to the given codegen module
      Specified by:
      addSupport in interface Extension
      Parameters:
      module - module to be customized for spatial support