Package org.apache.cxf.xjc.bg
Class BooleanGetterPlugin
java.lang.Object
org.apache.cxf.xjc.bg.BooleanGetterPlugin
Generate getters named getXXX() for Booleans instead of isXXX(). Useful to use generated beans with tools
that needs introspections, like dozer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUsage()booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
-
Field Details
-
LOG
-
-
Constructor Details
-
BooleanGetterPlugin
public BooleanGetterPlugin()
-
-
Method Details
-
getOptionName
-
getUsage
-
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
-