Class Construct

    • Constructor Detail

      • 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)