Skip navigation links
A B E G I J M O P W 

A

accept(File) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter
 
addDefaultExcludes() - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
addExcludes(List<String>) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
addExcludes(String...) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
addIncludes(List<String>) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
addIncludes(String...) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 

B

build() - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
Builder() - Constructor for class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 

E

execute() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
Executes the plugin, to read the given source and behavioural properties and generate POJOs.

G

getAnnotationStyle() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getClassLoader(MavenProject, ClassLoader, Log) - Method in class org.jsonschema2pojo.maven.ProjectClasspath
Provides a class loader that can be used to load classes from this project classpath.
getClassNamePrefix() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getClassNameSuffix() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getCustomAnnotator() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getCustomRuleFactory() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getDateTimeType() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getDateType() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getFileExtensions() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getFileFilter() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getOutputEncoding() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getPropertyWordDelimiters() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getSource() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getSourceType() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getTargetDirectory() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getTargetPackage() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getTargetVersion() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
getTimeType() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 

I

isConstructorsRequiredPropertiesOnly() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isGenerateBuilders() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeAccessors() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeAdditionalProperties() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeConstructors() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeDynamicAccessors() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeHashcodeAndEquals() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeJsr303Annotations() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isIncludeToString() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isInitializeCollections() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isParcelable() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isRemoveOldOutput() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isSerializable() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseBigDecimals() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseBigIntegers() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseCommonsLang3() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseDoubleNumbers() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseJodaDates() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseJodaLocalDates() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseJodaLocalTimes() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUseLongIntegers() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 
isUsePrimitives() - Method in class org.jsonschema2pojo.maven.Jsonschema2PojoMojo
 

J

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

M

MatchPatternsFileFilter - Class in org.jsonschema2pojo.maven
A file filter that supports include and exclude patterns.
MatchPatternsFileFilter.Builder - Class in org.jsonschema2pojo.maven
Builder for MatchPatternFileFilter instances.

O

org.jsonschema2pojo.maven - package org.jsonschema2pojo.maven
Provides the classes specifically associated with the Maven plugin for jsonschema2pojo

P

ProjectClasspath - Class in org.jsonschema2pojo.maven
Represents the classpath built from a maven project's dependencies.
ProjectClasspath() - Constructor for class org.jsonschema2pojo.maven.ProjectClasspath
 

W

withCaseSensitive(boolean) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
withSourceDirectory(String) - Method in class org.jsonschema2pojo.maven.MatchPatternsFileFilter.Builder
 
A B E G I J M O P W 
Skip navigation links

Copyright © 2016. All rights reserved.