Enum TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard

    • Constructor Detail

      • ForUnboundWildcard

        private ForUnboundWildcard()
    • Method Detail

      • values

        public static TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard c : TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getTypePathPrefix

        public java.lang.String getTypePathPrefix()
        Returns the type path prefix that needs to be appended to the existing type path before any further navigation on the parameterized type. This method must only be called on type tokens that represent parameterized type
        Specified by:
        getTypePathPrefix in interface TypePool.Default.LazyTypeDescription.GenericTypeToken
        Returns:
        A type path segment that needs to be appended to the base type path before any further navigation on the parameterized type.