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

B

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

E

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

G

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
 

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
 

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
 
B E G I M O P R S T 
Skip navigation links

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