Class TypePool.Default.LazyTypeDescription.GenericTypeToken.ForRawType

    • Field Detail

      • name

        private final java.lang.String name
        The name of the represented type.
    • Constructor Detail

      • ForRawType

        protected ForRawType​(java.lang.String name)
        Creates a new type token that represents a non-generic type.
        Parameters:
        name - The name of the represented type.