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 TypeMethodDescriptionvoidaddSupport(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:
addSupportin interfaceExtension- Parameters:
module- module to be customized for spatial support
-