- AbstractAnnotator - Class in org.jsonschema2pojo
-
A default implementation of the Annotator interface that makes it easier to
plug in different Annotator implementations.
- AbstractAnnotator() - Constructor for class org.jsonschema2pojo.AbstractAnnotator
-
- AbstractAnnotator(GenerationConfig) - Constructor for class org.jsonschema2pojo.AbstractAnnotator
-
- accept(File) - Method in class org.jsonschema2pojo.AllFileFilter
-
- addCreator(JDefinedClass) - Method in class org.jsonschema2pojo.util.ParcelableHelper
-
- addDescribeContents(JDefinedClass) - Method in class org.jsonschema2pojo.util.ParcelableHelper
-
- additionalPropertiesField(JFieldVar, JDefinedClass, String) - Method in class org.jsonschema2pojo.AbstractAnnotator
-
- additionalPropertiesField(JFieldVar, JDefinedClass, String) - Method in interface org.jsonschema2pojo.Annotator
-
- additionalPropertiesField(JFieldVar, JDefinedClass, String) - Method in class org.jsonschema2pojo.CompositeAnnotator
-
- additionalPropertiesField(JFieldVar, JDefinedClass, String) - Method in class org.jsonschema2pojo.Jackson1Annotator
-
- additionalPropertiesField(JFieldVar, JDefinedClass, String) - Method in class org.jsonschema2pojo.Jackson2Annotator
-
- AdditionalPropertiesRule - Class in org.jsonschema2pojo.rules
-
Applies the "additionalProperties" JSON schema rule.
- AdditionalPropertiesRule(RuleFactory) - Constructor for class org.jsonschema2pojo.rules.AdditionalPropertiesRule
-
- addSerializableSupport(JDefinedClass) - Static method in class org.jsonschema2pojo.util.SerializableHelper
-
- addWriteToParcel(JDefinedClass) - Method in class org.jsonschema2pojo.util.ParcelableHelper
-
- AllFileFilter - Class in org.jsonschema2pojo
-
A file filter that accepts all files.
- AllFileFilter() - Constructor for class org.jsonschema2pojo.AllFileFilter
-
- AnnotationStyle - Enum in org.jsonschema2pojo
-
The style of annotations to be used on generated java types (to allow them to
support whatever kind of binding to JSON is required).
- Annotator - Interface in org.jsonschema2pojo
-
Adds annotations to generated types for compatibility with a JSON
serialization library.
- AnnotatorFactory - Class in org.jsonschema2pojo
-
Factory object for creating
Annotators for all the supported
annotation styles.
- AnnotatorFactory(GenerationConfig) - Constructor for class org.jsonschema2pojo.AnnotatorFactory
-
- anyGetter(JMethod) - Method in class org.jsonschema2pojo.AbstractAnnotator
-
- anyGetter(JMethod) - Method in interface org.jsonschema2pojo.Annotator
-
Add the necessary annotation to mark a Java method as the getter for
additional JSON property values that do not match any of the other
property names found in the bean.
- anyGetter(JMethod) - Method in class org.jsonschema2pojo.CompositeAnnotator
-
- anyGetter(JMethod) - Method in class org.jsonschema2pojo.Jackson1Annotator
-
- anyGetter(JMethod) - Method in class org.jsonschema2pojo.Jackson2Annotator
-
- anySetter(JMethod) - Method in class org.jsonschema2pojo.AbstractAnnotator
-
- anySetter(JMethod) - Method in interface org.jsonschema2pojo.Annotator
-
Add the necessary annotation to mark a Java method as the setter for
additional JSON property values that do not match any of the other
property names found in the bean.
- anySetter(JMethod) - Method in class org.jsonschema2pojo.CompositeAnnotator
-
- anySetter(JMethod) - Method in class org.jsonschema2pojo.Jackson1Annotator
-
- anySetter(JMethod) - Method in class org.jsonschema2pojo.Jackson2Annotator
-
- apply(String, JsonNode, JDefinedClass, Schema) - Method in class org.jsonschema2pojo.rules.AdditionalPropertiesRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JPackage, Schema) - Method in class org.jsonschema2pojo.rules.ArrayRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.DefaultRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDocCommentable, Schema) - Method in class org.jsonschema2pojo.rules.DescriptionRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDefinedClass, Schema) - Method in class org.jsonschema2pojo.rules.DynamicPropertiesRule
-
This rule adds dynamic getter, setter and builder methods based on the properties and additional properties
defined in a schema.
- apply(String, JsonNode, JClassContainer, Schema) - Method in class org.jsonschema2pojo.rules.EnumRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JType, Schema) - Method in class org.jsonschema2pojo.rules.FormatRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDocCommentable, Schema) - Method in class org.jsonschema2pojo.rules.JavaNameRule
-
- apply(String, JsonNode, JType, Schema) - Method in class org.jsonschema2pojo.rules.MediaRule
-
Applies this schema rule.
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.MinimumMaximumRule
-
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.MinItemsMaxItemsRule
-
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.MinLengthMaxLengthRule
-
- apply(String, JsonNode, JDocCommentable, Schema) - Method in class org.jsonschema2pojo.rules.NotRequiredRule
-
Applies this schema rule to take the not required code generation steps.
- apply(String, JsonNode, JPackage, Schema) - Method in class org.jsonschema2pojo.rules.ObjectRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.PatternRule
-
- apply(String, JsonNode, JDefinedClass, Schema) - Method in class org.jsonschema2pojo.rules.PropertiesRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDefinedClass, Schema) - Method in class org.jsonschema2pojo.rules.PropertyRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDefinedClass, Schema) - Method in class org.jsonschema2pojo.rules.RequiredArrayRule
-
- apply(String, JsonNode, JDocCommentable, Schema) - Method in class org.jsonschema2pojo.rules.RequiredRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, T, Schema) - Method in interface org.jsonschema2pojo.rules.Rule
-
Add whatever Java source is required to the given generatable to
represent this schema rule.
- apply(String, JsonNode, JClassContainer, Schema) - Method in class org.jsonschema2pojo.rules.SchemaRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JDocCommentable, Schema) - Method in class org.jsonschema2pojo.rules.TitleRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JClassContainer, Schema) - Method in class org.jsonschema2pojo.rules.TypeRule
-
Applies this schema rule to take the required code generation steps.
- apply(String, JsonNode, JFieldVar, Schema) - Method in class org.jsonschema2pojo.rules.ValidRule
-
- ArrayRule - Class in org.jsonschema2pojo.rules
-
Applies the "type":"array" schema rule.
- ArrayRule(RuleFactory) - Constructor for class org.jsonschema2pojo.rules.ArrayRule
-
- generate(GenerationConfig) - Static method in class org.jsonschema2pojo.Jsonschema2Pojo
-
Reads the contents of the given source and initiates schema generation.
- generate(JCodeModel, String, String, URL) - Method in class org.jsonschema2pojo.SchemaMapper
-
Reads a schema and adds generated types to the given code model.
- generate(JCodeModel, String, String, String, URI) - Method in class org.jsonschema2pojo.SchemaMapper
-
- generate(JCodeModel, String, String, String) - Method in class org.jsonschema2pojo.SchemaMapper
-
- GenerationConfig - Interface in org.jsonschema2pojo
-
Defines the configuration options for Java type generation, including source
and target paths/packages and all behavioural options (e.g should builders be
generated, should primitives be used, etc).
- GenerationException - Exception in org.jsonschema2pojo.exception
-
Represents an unexpected error during Java code generation.
- GenerationException(String, Throwable) - Constructor for exception org.jsonschema2pojo.exception.GenerationException
-
- GenerationException(String) - Constructor for exception org.jsonschema2pojo.exception.GenerationException
-
- GenerationException(Throwable) - Constructor for exception org.jsonschema2pojo.exception.GenerationException
-
- GenerationException(String, ClassNotFoundException) - Constructor for exception org.jsonschema2pojo.exception.GenerationException
-
- getAdditionalPropertiesRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when an
"additionalProperties" declaration is found in the schema.
- getAnnotationStyle() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getAnnotationStyle() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'annotationStyle' configuration option.
- getAnnotator(AnnotationStyle) - Method in class org.jsonschema2pojo.AnnotatorFactory
-
Create a new
Annotator that can create annotations according to
the given style.
- getAnnotator(Class<? extends Annotator>) - Method in class org.jsonschema2pojo.AnnotatorFactory
-
Create a new custom
Annotator from the given class.
- getAnnotator(Annotator...) - Method in class org.jsonschema2pojo.AnnotatorFactory
-
- getAnnotator() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Gets the annotator that will in apply annotations to the generated code
to allow correct serialization and deserialization, according to the
chosen annotation style.
- getArrayRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when an "array"
declaration is found in the schema.
- getClassNamePrefix() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getClassNamePrefix() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'getClassNamePrefix' configuration option.
- getClassNameSuffix() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getClassNameSuffix() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'getClassNameSuffix' configuration option.
- getConstantName(String, String) - Method in class org.jsonschema2pojo.rules.EnumRule
-
- getContent() - Method in class org.jsonschema2pojo.Schema
-
- getCustomAnnotator() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getCustomAnnotator() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'customAnnotator' configuration option.
- getCustomRuleFactory() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getCustomRuleFactory() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'customRuleFactory' configuration option.
- getDateTimeType() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getDateTimeType() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the `dateTimeType` configuration option.
- getDateType() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getDateType() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the `dateType` configuration option.
- getDefaultRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration is found in the schema to assign any appropriate default
value to that property.
- getDescriptionRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "description"
declaration is found in the schema.
- getDynamicPropertiesRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that adds methods for dynamically getting, setting, and
building properties.
- getEnumRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when an "enum"
declaration is found in the schema.
- getExistingClass() - Method in exception org.jsonschema2pojo.exception.ClassAlreadyExistsException
-
Gets the corresponding existing class that caused this exception.
- getFieldName(String, JsonNode) - Method in class org.jsonschema2pojo.util.NameHelper
-
Get name of the field generated from property.
- getFileExtensions() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getFileExtensions() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'fileExtensions' configuration option.
- getFileFilter() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getFileFilter() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the file filter used to isolate the schema mapping files in the
source directories.
- getFileFromURL(URL) - Static method in class org.jsonschema2pojo.util.URLUtil
-
- getFormatRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "format"
declaration is found in the schema.
- getGenerationConfig() - Method in class org.jsonschema2pojo.AbstractAnnotator
-
- getGenerationConfig() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Gets the configuration options that will influence the java code
generated by rules created by this factory.
- getGetterName(String, JType, JsonNode) - Method in class org.jsonschema2pojo.util.NameHelper
-
Generate getter method name for property.
- getId() - Method in class org.jsonschema2pojo.Schema
-
- getInclusionLevel() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getInclusionLevel() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'inclusionLevel' option for Jackson1 and Jackson2 serializers.
- getInstance() - Static method in class org.jsonschema2pojo.util.Inflector
-
- getJavaNameRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
- getJavaType() - Method in class org.jsonschema2pojo.Schema
-
- getMediaRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "media"
declaration is found in the schema.
- getMinimumMaximumRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration is found in the schema, to assign any minimum/maximum
validation on that property
- getMinItemsMaxItemsRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration is found in the schema, to assign any size validation
(minItems/maxItems) on that property
- getMinLengthMaxLengthRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration is found in the schema, to assign any size validation
(minLength/maxLength) on that property
- getNameHelper() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Gets the name helper that is used to generate normalized Class and field
names.
- getNotRequiredRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "required"
declaration is not found in the schema.
- getObjectRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when an "object"
declaration is found in the schema.
- getOutputEncoding() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getOutputEncoding() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'outputEncoding' configuration option.
- getParentContent() - Method in class org.jsonschema2pojo.Schema
-
- getPatternRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "pattern"
declaration is found in the schema for a property.
- getPropertiesRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "properties"
declaration is found in the schema.
- getPropertyName(String, JsonNode) - Method in class org.jsonschema2pojo.util.NameHelper
-
Convert jsonFieldName into the equivalent Java fieldname by replacing
illegal characters and normalizing it.
- getPropertyRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration (child of the "properties" declaration) is found in the
schema.
- getPropertyWordDelimiters() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getPropertyWordDelimiters() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'propertyWordDelimiters' configuration option.
- getProtocol() - Method in enum org.jsonschema2pojo.URLProtocol
-
- getRequiredArrayRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "required"
declaration is found in the schema.
- getRequiredRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "required"
declaration is found in the schema.
- getSchemaRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a schema declaration
is found in the schema.
- getSchemaStore() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Gets the store that finds and saves JSON schemas
- getSetterName(String, JsonNode) - Method in class org.jsonschema2pojo.util.NameHelper
-
Generate setter method name for property.
- getSource() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
Unsupported since no default source is possible.
- getSource() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'source' configuration option.
- getSourceType() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getSourceType() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'sourceType' configuration option.
- getTargetDirectory() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getTargetDirectory() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'targetDirectory' configuration option.
- getTargetPackage() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getTargetPackage() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'targetPackage' configuration option.
- getTargetVersion() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getTargetVersion() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'targetVersion' configuration option.
- GETTER_NAME - Static variable in class org.jsonschema2pojo.rules.DynamicPropertiesRule
-
- getTimeType() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- getTimeType() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the `timeType` configuration option.
- getTitleRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a "title"
declaration is found in the schema.
- getTypeRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied to a node to find its
equivalent Java type.
- getValidRule() - Method in class org.jsonschema2pojo.rules.RuleFactory
-
Provides a rule instance that should be applied when a property
declaration is found in the schema which itself contains properties, to
assign validation of the properties within that property
- GsonAnnotator - Class in org.jsonschema2pojo
-
Annotates generated Java types using Gson.
- GsonAnnotator(GenerationConfig) - Constructor for class org.jsonschema2pojo.GsonAnnotator
-
- ILLEGAL_CHARACTER_REGEX - Static variable in class org.jsonschema2pojo.util.NameHelper
-
- InclusionLevel - Enum in org.jsonschema2pojo
-
The level of inclusion to be set for generated java types (to control level of inclusion in case of Jackson1 or
Jackson2 serializers).
- Inflector - Class in org.jsonschema2pojo.util
-
Transforms words (from singular to plural, from camelCase to under_score,
etc.).
- Inflector.Builder - Class in org.jsonschema2pojo.util
-
- irregular(String, String) - Method in class org.jsonschema2pojo.util.Inflector.Builder
-
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.AbstractAnnotator
-
- isAdditionalPropertiesSupported() - Method in interface org.jsonschema2pojo.Annotator
-
Indicates whether the annotation style that this annotator uses can
support the JSON Schema 'additionalProperties' feature.
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.CompositeAnnotator
-
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.GsonAnnotator
-
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.Jackson1Annotator
-
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.Jackson2Annotator
-
- isAdditionalPropertiesSupported() - Method in class org.jsonschema2pojo.Moshi1Annotator
-
- isConstructorsRequiredPropertiesOnly() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isConstructorsRequiredPropertiesOnly() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'constructorsRequiredPropertiesOnly' configuration option
- isFormatDateTimes() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isFormatDateTimes() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the `formatDateTime` configuration option
- isGenerateBuilders() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isGenerateBuilders() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'generateBuilders' configuration option.
- isGenerated() - Method in class org.jsonschema2pojo.Schema
-
- isIncludeAccessors() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeAccessors() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeAccessors' configuration option.
- isIncludeAdditionalProperties() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeAdditionalProperties() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeAdditionalProperties' configuration option.
- isIncludeConstructors() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeConstructors() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeConstructors' configuration option.
- isIncludeDynamicAccessors() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeDynamicAccessors() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the `includeDynamicAccessors` configuraiton option.
- isIncludeHashcodeAndEquals() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeHashcodeAndEquals() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeHashcodeAndEquals' configuration option.
- isIncludeJsr303Annotations() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeJsr303Annotations() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeJsr303Annotations' configuration option.
- isIncludeJsr305Annotations() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeJsr305Annotations() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeJsr305Annotations' configuration option.
- isIncludeToString() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isIncludeToString() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'includeToString' configuration option.
- isInitializeCollections() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isInitializeCollections() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'initializeCollections' configuration option.
- isParcelable() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isParcelable() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'parcelable' configuration option.
- isPrimitive(String, JCodeModel) - Static method in class org.jsonschema2pojo.rules.PrimitiveTypes
-
Check if a name string refers to a given type.
- isRemoveOldOutput() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isRemoveOldOutput() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'removeOldOutput' configuration option.
- isSerializable() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isSerializable() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'serializable' configuration option.
- isUseBigDecimals() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseBigDecimals() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useBigDecimals' configuration option.
- isUseBigIntegers() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseBigIntegers() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useBigIntegers' configuration option.
- isUseCommonsLang3() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseCommonsLang3() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useCommonsLang3' configuration option.
- isUseDoubleNumbers() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseDoubleNumbers() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useDoubleNumbers' configuration option.
- isUseJodaDates() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseJodaDates() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useJodaDates' configuration option.
- isUseJodaLocalDates() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseJodaLocalDates() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useJodaLocalDates' configuration option.
- isUseJodaLocalTimes() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseJodaLocalTimes() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useJodaLocalTimes' configuration option.
- isUseLongIntegers() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUseLongIntegers() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'useLongIntegers' configuration option.
- isUsePrimitives() - Method in class org.jsonschema2pojo.DefaultGenerationConfig
-
- isUsePrimitives() - Method in interface org.jsonschema2pojo.GenerationConfig
-
Gets the 'usePrimitives' configuration option.