Interface DataSourceContext.Customizer
-
- All Implemented Interfaces:
public interface DataSourceContext.Customizer
-
-
Method Summary
Modifier and Type Method Description abstract booleancustomize(DataSourceContext ctx)Modify the context, return whether to stop other modifiers from modifying. -
-
Method Detail
-
customize
abstract boolean customize(DataSourceContext ctx)
Modify the context, return whether to stop other modifiers from modifying.
-
-
-
-