Skip navigation links
A B E G I J M O P R S T 

A

anyGetter(JMethod) - Method in class org.apache.streams.plugins.JuneauPojoAnnotator
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.
anySetter(JMethod) - Method in class org.apache.streams.plugins.JuneauPojoAnnotator
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.

B

basedir - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 

E

execute() - Method in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
execute StreamsPojoSourceGenerator.

G

getCustomAnnotator() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
getSource() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
getTargetDirectory() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
getTargetPackage() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 

I

isGenerateBuilders() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
isIncludeJsr303Annotations() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
isRemoveOldOutput() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
isUseCommonsLang3() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
isUseJodaDates() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
isUseLongIntegers() - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 

J

JuneauPojoAnnotator - Class in org.apache.streams.plugins
Add @BeanProperty annotations to getters, setters, anyGetter, and anySetter
JuneauPojoAnnotator() - Constructor for class org.apache.streams.plugins.JuneauPojoAnnotator
 

M

main(String[]) - Static method in class org.apache.streams.plugins.StreamsPojoSourceGenerator
Run from CLI without Maven

java -jar streams-plugin-pojo-jar-with-dependencies.jar StreamsPojoSourceGenerator src/main/jsonschema target/generated-sources

O

org.apache.streams.plugins - package org.apache.streams.plugins
 

P

project - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 
propertyField(JFieldVar, JDefinedClass, String, JsonNode) - Method in class org.apache.streams.plugins.JuneauPojoAnnotator
Add the necessary annotation to associate a Java field with a JSON property
propertyGetter(JMethod, String) - Method in class org.apache.streams.plugins.JuneauPojoAnnotator
Add the necessary annotation to mark a Java method as the getter for a JSON property
propertySetter(JMethod, String) - Method in class org.apache.streams.plugins.JuneauPojoAnnotator
Add the necessary annotation to mark a Java method as the setter for a JSON property

R

run() - Method in class org.apache.streams.plugins.StreamsPojoSourceGenerator
 

S

setSourceDirectory(String) - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
setSourcePaths(List<String>) - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
setTargetDirectory(String) - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
setTargetPackage(String) - Method in class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
sourceDirectory - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 
sourcePaths - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 
StreamsPojoGenerationConfig - Class in org.apache.streams.plugins
Configures StreamsPojoSourceGenerator.
StreamsPojoGenerationConfig() - Constructor for class org.apache.streams.plugins.StreamsPojoGenerationConfig
 
StreamsPojoSourceGenerator - Class in org.apache.streams.plugins
Embed within your own java code

StreamsPojoGenerationConfig config = new StreamsPojoGenerationConfig(); config.setSourceDirectory("src/main/jsonschema"); config.setTargetDirectory("target/generated-sources/pojo"); StreamsPojoSourceGenerator generator = new StreamsPojoSourceGenerator(config); generator.run();

StreamsPojoSourceGenerator(StreamsPojoGenerationConfig) - Constructor for class org.apache.streams.plugins.StreamsPojoSourceGenerator
 
StreamsPojoSourceGeneratorMojo - Class in org.apache.streams.plugins
 
StreamsPojoSourceGeneratorMojo() - Constructor for class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 

T

targetDirectory - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 
targetPackage - Variable in class org.apache.streams.plugins.StreamsPojoSourceGeneratorMojo
 
A B E G I J M O P R S T 
Skip navigation links

Copyright © 2017 The Apache Software Foundation. All rights reserved.