Skip navigation links
C E G I J O S 

C

createClasspath() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 

E

execute() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Execute this task (it's expected that all relevant setters will have been called by Ant to provide task configuration before this method is called).

G

getAnnotationStyle() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getClassNamePrefix() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getClassNameSuffix() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getClasspath() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getCustomAnnotator() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getCustomRuleFactory() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getFileFilter() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getOutputEncoding() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getPropertyWordDelimiters() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getSource() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getSourceType() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getTargetDirectory() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getTargetPackage() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 

I

isConstructorsRequiredPropertiesOnly() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Gets the 'constructorsRequiredPropertiesOnly' configuration option
isGenerateBuilders() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeConstructors() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeHashcodeAndEquals() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeJsr303Annotations() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeToString() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isInitializeCollections() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isRemoveOldOutput() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isSkip() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Should this task be skipped? (don't read schemas, don't generate types)
isUseCommonsLang3() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseDoubleNumbers() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseJodaDates() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseJodaLocalDates() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseJodaLocalTimes() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseLongIntegers() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUsePrimitives() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 

J

Jsonschema2PojoTask - Class in org.jsonschema2pojo.ant
When invoked, this task reads one or more JSON Schema documents and generates DTO style Java classes for data binding.
Jsonschema2PojoTask() - Constructor for class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 

O

org.jsonschema2pojo.ant - package org.jsonschema2pojo.ant
Provides the classes specifically associated with the Ant task for jsonschema2pojo

S

setAnnotationStyle(AnnotationStyle) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'annotationStyle' property of this class
setClasspath(Path) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setClasspathRef(Reference) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setConstructorsRequiredPropertiesOnly(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'constructorsRequiredPropertiesOnly' property of this class.
setCustomAnnotator(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'customAnnotator' property of this class
setCustomRuleFactory(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setGenerateBuilders(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'generateBuilders' property of this class.
setIncludeConstructors(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeConstructors' property of this class
setIncludeHashcodeAndEquals(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeHashcodeAndEquals' property of this class
setIncludeJsr303Annotations(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeJsr303Annotations' property of this class
setIncludeToString(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeToString' property of this class
setInitializeCollections(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'initializeCollections' property of this class
setOutputEncoding(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'outputEncoding' property of this class
setPropertyWordDelimiters(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setRemoveOldOutput(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'removeOldOutput' property of this class
setSkip(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'skip' property of this task.
setSource(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets schema file (or directory containing schema files) that should be used for input.
setSourceType(SourceType) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'sourceType' property of this class
setTargetDirectory(File) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the target (output) directory for generated source files.
setTargetPackage(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the target package for generated types.
setUseCommonsLang3(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useCommonsLang3' property of this class
setUseDoubleNumbers(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useDoubleNumbers' property of this class
setUseJodaDates(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useJodaDates' property of this class
setUseJodaLocalDates(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useJodaLocalDates' property of this class
setUseJodaLocalTimes(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useJodaLocalTimes' property of this class
setUseLongIntegers(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useLongIntegers' property of this class
setUsePrimitives(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'usePrimitives' property of this class.
C E G I J O S 
Skip navigation links

Copyright © 2015. All rights reserved.