Class BindDefinition

  • All Implemented Interfaces:
    Function<io.sundr.model.ClassRef,​io.sundr.model.TypeDef>

    public class BindDefinition
    extends Object
    implements Function<io.sundr.model.ClassRef,​io.sundr.model.TypeDef>
    Binds the ClassRef arguments to its TypeDef parameters. In other words it creates a non-parameterized version of the TypeDef.
    • Constructor Detail

      • BindDefinition

        public BindDefinition()
    • Method Detail

      • of

        public static io.sundr.model.TypeDef of​(io.sundr.model.ClassRef classRef)
      • apply

        public io.sundr.model.TypeDef apply​(io.sundr.model.ClassRef t)
        Specified by:
        apply in interface Function<io.sundr.model.ClassRef,​io.sundr.model.TypeDef>