org.apache.cxf.xjc.bg
Class BooleanGetterPlugin

java.lang.Object
  extended by org.apache.cxf.xjc.bg.BooleanGetterPlugin

public class BooleanGetterPlugin
extends java.lang.Object

Generate getters named getXXX() for Booleans instead of isXXX(). Useful to use generated beans with tools that needs introspections, like dozer.


Constructor Summary
BooleanGetterPlugin()
           
 
Method Summary
 java.lang.String getOptionName()
           
 java.lang.String getUsage()
           
 boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, org.xml.sax.ErrorHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanGetterPlugin

public BooleanGetterPlugin()
Method Detail

getOptionName

public java.lang.String getOptionName()

getUsage

public java.lang.String getUsage()

run

public boolean run(com.sun.tools.xjc.outline.Outline outline,
                   com.sun.tools.xjc.Options opt,
                   org.xml.sax.ErrorHandler errorHandler)


Apache CXF