| Package | Description |
|---|---|
| com.github.structlogging.processor.service | |
| com.github.structlogging.processor.utils |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.JavaFile |
POJOService.createPojo(String name,
com.sun.tools.javac.tree.JCTree.JCLiteral literal,
List<VariableAndValue> usedVariables)
Create JavaFile representing POJO based on String literal and usedVariables of log statement
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableAndValue> |
GeneratedClassInfo.getUsedVariables() |
| Modifier and Type | Method and Description |
|---|---|
int |
VariableAndValue.compareTo(VariableAndValue o) |
| Constructor and Description |
|---|
GeneratedClassInfo(String qualifiedName,
String simpleName,
String description,
List<VariableAndValue> usedVariables,
String packageName) |
Copyright © 2018. All rights reserved.