Package no.digipost.jaxb.xjc
Class JacksonNillable
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- no.digipost.jaxb.xjc.JacksonNillable
-
public class JacksonNillable extends com.sun.tools.xjc.Plugin
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringOPTION_NAME
-
Constructor Summary
Constructors Constructor Description JacksonNillable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOptionName()StringgetUsage()booleanrun(com.sun.tools.xjc.outline.Outline model, com.sun.tools.xjc.Options opts, ErrorHandler errors)
-
-
-
Field Detail
-
OPTION_NAME
protected static final String OPTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOptionName
public String getOptionName()
- Specified by:
getOptionNamein classcom.sun.tools.xjc.Plugin
-
getUsage
public String getUsage()
- Specified by:
getUsagein classcom.sun.tools.xjc.Plugin
-
run
public boolean run(com.sun.tools.xjc.outline.Outline model, com.sun.tools.xjc.Options opts, ErrorHandler errors) throws SAXException- Specified by:
runin classcom.sun.tools.xjc.Plugin- Throws:
SAXException
-
-