Class VarargArgumentSetterEmitter

  • All Implemented Interfaces:
    CodeEmitter<java.lang.Iterable<java.lang.Object>>

    public class VarargArgumentSetterEmitter
    extends java.lang.Object
    implements CodeEmitter<java.lang.Iterable<java.lang.Object>>
    Default code generator for any Iterable field of EntityProperties instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String emitCode​(@NotNull CodeGenerationContext context, @NotNull java.lang.Iterable<java.lang.Object> iterable)
      Generates invocation of a setter method with a variable length argument list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VarargArgumentSetterEmitter

        public VarargArgumentSetterEmitter​(java.lang.String methodName)