public class Enricher extends Object
| Constructor and Description |
|---|
Enricher(String sourcePath,
Set<String> includes,
Set<String> excludes,
boolean hateaos)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enrich() |
protected String |
escapeString(String string) |
static void |
main(String[] args) |
protected com.github.javaparser.ast.body.TypeDeclaration |
parseClassOrInterfaceType(String basePath,
com.github.javaparser.ast.CompilationUnit compilationUnit,
com.github.javaparser.ast.type.ClassOrInterfaceType classOrInterfaceType) |
protected String |
quoteString(String string) |
public Enricher(String sourcePath, Set<String> includes, Set<String> excludes, boolean hateaos)
sourcePath - The source path to enrich.includes - The includes.excludes - The excludes.hateaos - true if HATEAOS is used. In this case associations are rendered as links.public static void main(String[] args)
public void enrich()
protected com.github.javaparser.ast.body.TypeDeclaration parseClassOrInterfaceType(String basePath, com.github.javaparser.ast.CompilationUnit compilationUnit, com.github.javaparser.ast.type.ClassOrInterfaceType classOrInterfaceType)
Copyright © 2020. All rights reserved.