Class Construct

java.lang.Object
io.sundr.builder.internal.functions.Construct
All Implemented Interfaces:
Function<List<String>,String>

public class Construct extends Object implements Function<List<String>,String>
  • Constructor Details

    • Construct

      public Construct(io.sundr.model.TypeDef typeDef)
    • Construct

      public Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef parameter, String staticFactoryMethod)
    • Construct

      public Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef... parameters)
    • Construct

      public Construct(io.sundr.model.TypeDef typeDef, List<io.sundr.model.TypeRef> parameters)
    • Construct

      public Construct(io.sundr.model.TypeDef typeDef, List<io.sundr.model.TypeRef> parameters, String staticFactoryMethod)
  • Method Details