java.lang.Object
edu.internet2.middleware.grouperClientExt.org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder
All Implemented Interfaces:
Builder<WildcardType>
Enclosing class:
TypeUtils

public static class TypeUtils.WildcardTypeBuilder extends Object implements Builder<WildcardType>
WildcardType builder.
Since:
3.2
  • Method Details

    • build

      public WildcardType build()
      Returns a reference to the object being constructed or result being calculated by the builder.
      Specified by:
      build in interface Builder<WildcardType>
      Returns:
      the object constructed or result calculated by the builder.
    • withLowerBounds

      public TypeUtils.WildcardTypeBuilder withLowerBounds(Type... bounds)
      Specify lower bounds of the wildcard type to build.
      Parameters:
      bounds - to set
      Returns:
      this
    • withUpperBounds

      public TypeUtils.WildcardTypeBuilder withUpperBounds(Type... bounds)
      Specify upper bounds of the wildcard type to build.
      Parameters:
      bounds - to set
      Returns:
      this