Class JavaJCCode

  • All Implemented Interfaces:
    IBuiltInGenerator, IBuiltInSIProcessor, IGenerator, ISIProcessor

    public class JavaJCCode
    extends BaseGenerator
    implements IBuiltInSIProcessor

    Generates Java code for JDBC and Crackle consumption


    Supported Flags
    • utilizeEnums - Not only generates Enum types but also uses them on generated fields and method parameters and return values.
    • generateLombok - Generates Lombok annotations for equals, hashCode, accessor, mutator and toString method implementations, in addition to a builder implementation.
    When specifying the generateLombok flag, ensure that Lombok is on the classpath in client applications.