Class EntityPropertiesEmitter<T extends EntityProperties>

    • Field Detail

      • builderClass

        protected java.lang.Class<?> builderClass
        Builder class associated with given properties type.
      • fieldsToSkip

        protected final java.util.Set<java.lang.String> fieldsToSkip
        Fields that should be skipped in emitFields(CodeGenerationContext, EntityProperties). Extending classes can use this field to be able to add specialised handling for some fields, while still being able to delegate handling for the rest of the class to default implementation.
    • Constructor Detail

      • EntityPropertiesEmitter

        public EntityPropertiesEmitter()