Package com.querydsl.codegen
Interface Extension
public interface Extension
Extension allows for custom code generation extensions to be registered as service provider- Author:
- Jan-Willem Gmelig Meyling
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSupport(AbstractModule module) Register custom types to the given codegen module
-
Method Details
-
addSupport
Register custom types to the given codegen module- Parameters:
module- module to be customized
-