Class FieldGenerator
- java.lang.Object
-
- org.ehrbase.client.classgenerator.FieldGenerator
-
public class FieldGenerator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEW_FIELD_DEFINITION
-
Constructor Summary
Constructors Constructor Description FieldGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassGeneratorResultgenerate(List<com.squareup.javapoet.JavaFile> files)
-
-
-
Field Detail
-
NEW_FIELD_DEFINITION
public static final String NEW_FIELD_DEFINITION
- See Also:
- Constant Field Values
-
-
Method Detail
-
generate
public ClassGeneratorResult generate(List<com.squareup.javapoet.JavaFile> files)
-
-