Class TypePool.LazyFacade.LazyTypeDescription

    • Field Detail

      • typePool

        private final TypePool typePool
        The type pool to delegate to.
      • name

        private final java.lang.String name
        The name of the type that is represented by this resolution.
    • Constructor Detail

      • LazyTypeDescription

        protected LazyTypeDescription​(TypePool typePool,
                                      java.lang.String name)
        Creates a new lazy type resolution.
        Parameters:
        typePool - The type pool to delegate to.
        name - The name of the type.