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
 
getCustomDatePattern() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getCustomDateTimePattern() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getCustomRuleFactory() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getDateTimeType() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getDateType() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getFileExtensions() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getFileFilter() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getInclusionLevel() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getOutputEncoding() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getPropertyWordDelimiters() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getRefFragmentPathDelimiters() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getSource() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getSourceSortOrder() - 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
 
getTargetVersion() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getTimeType() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
getToStringExcludes() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 

I

isConstructorsRequiredPropertiesOnly() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isFormatDates() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isFormatDateTimes() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isGenerateBuilders() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeAccessors() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeAdditionalProperties() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeConstructors() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeDynamicAccessors() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeHashcodeAndEquals() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeJsr303Annotations() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeJsr305Annotations() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isIncludeToString() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isInitializeCollections() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isParcelable() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isRemoveOldOutput() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isSerializable() - 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)
isUseBigDecimals() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
isUseBigIntegers() - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
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
setClassNamePrefix(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'classNamePrefix' property of this class
setClassNameSuffix(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'classNameSuffix' 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
setCustomDatePattern(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'customDatePattern' property of this class
setCustomDateTimePattern(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'customDateTimePattern' property of this class
setCustomRuleFactory(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setFileExtensions(String[]) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'fileExtensions' property of this class
setFormatDates(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'formatDates' property of this class
setFormatDateTime(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'formatDateTimes' property of this class
setGenerateBuilders(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'generateBuilders' property of this class.
setIncludeAccessors(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeAccessors' property of this class
setIncludeAdditionalProperties(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeAdditionalProperties' property of this class
setIncludeConstructors(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeConstructors' property of this class
setIncludeDynamicAccessors(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeDynamicAccessors' 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
setIncludeJsr305Annotations(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeJsr305Annotations' property of this class
setIncludeToString(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'includeToString' property of this class
setInclusionLevel(InclusionLevel) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'inclusionLevel' 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
setParcelable(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'parcelable' property of this class
setPropertyWordDelimiters(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
 
setRefFragmentPathDelimiters(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'refFragmentPathDelimiters' property of this class
setRemoveOldOutput(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'removeOldOutput' property of this class
setSerializable(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'serializable' 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.
setSourceSortOrder(SourceSortOrder) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'sourceSortOrder' property of this class
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.
setTargetVersion(String) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'targetVersion' property of this class
setUseBigDecimals(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useBigDecimals' property of this class
setUseBigIntegers(boolean) - Method in class org.jsonschema2pojo.ant.Jsonschema2PojoTask
Sets the 'useBigIntegers' property of this class.
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 © 2017. All rights reserved.