Class TypePool.Default.LazyTypeDescription.TokenizedGenericType.Malformed

    • Field Detail

      • typePool

        private final TypePool typePool
        The type pool to use for locating types.
      • rawTypeDescriptor

        private final java.lang.String rawTypeDescriptor
        The descriptor of the type erasure.
    • Constructor Detail

      • Malformed

        protected Malformed​(TypePool typePool,
                            java.lang.String rawTypeDescriptor)
        Creates a lazy description of a non-well-defined described generic type.
        Parameters:
        typePool - The type pool to use for locating types.
        rawTypeDescriptor - The descriptor of the type erasure.