Class ExtendsTypeArgumentExtension


  • public class ExtendsTypeArgumentExtension
    extends Object
    • Constructor Detail

      • ExtendsTypeArgumentExtension

        public ExtendsTypeArgumentExtension()
    • Method Detail

      • getExtendTypes

        @Deprecated
        public static EList<TypeReference> getExtendTypes​(ExtendsTypeArgument me)
        Deprecated.
        Use getExtendType() to receive the upper bound directly.
        Returns the upper bound of an ExtendsTypeArgument wrapped in a list. This is a legacy method to provide a stable and backwards-compatible API.
        Parameters:
        me - the ExtendsTypeArgument which upper bound will be wrapped in a list.
        Returns:
        the list wrapping the upper bound.