Skip to content

A utility for generating wrapper class for any interface or class

License

Notifications You must be signed in to change notification settings

zerkseez/wrapper-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrapper-generator

A utility for generating wrapper class for any interface

Usage

java -cp CLASSPATH com.github.zerkseez.codegen.wrappergenerator.Main
  --classMappings WRAPPEE1:WRAPPER1 WRAPPEE2:WRAPPER2 ...
  --outputDirectory OUTPUT_DIRECTORY

Example

java -cp CLASSPATH com.github.zerkseez.codegen.wrappergenerator.Main
  --classMappings java.sql.Connection:com.mycompany.jdbc.wrapper.WrappedConnection
                  java.sql.ResultSet:com.mycompany.jdbc.wrapper.WrappedResultSet
  --outputDirectory $PROJECT_HOME/src/main/java

License

Apache License, Version 2.0

About

A utility for generating wrapper class for any interface or class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages