Package com.querydsl.spatial.apt
Class SpatialSupport
java.lang.Object
com.querydsl.spatial.apt.SpatialSupport
- All Implemented Interfaces:
Extension
SpatialSupport
provides support for spatial types in code generation- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupport
(AbstractModule module) Register spatial types to the given codegen module
-
Constructor Details
-
SpatialSupport
public SpatialSupport()
-
-
Method Details
-
addSupport
Register spatial types to the given codegen module- Specified by:
addSupport
in interfaceExtension
- Parameters:
module
- module to be customized for spatial support
-