org.apache.cxf.xjc.bg
Class BooleanGetterPlugin
java.lang.Object
org.apache.cxf.xjc.bg.BooleanGetterPlugin
public class BooleanGetterPlugin
- extends Object
Generate getters named getXXX() for Booleans instead of isXXX(). Useful to use generated beans with tools
that needs introspections, like dozer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanGetterPlugin
public BooleanGetterPlugin()
getOptionName
public String getOptionName()
getUsage
public String getUsage()
run
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler)
Apache CXF