Class TypeList.Explicit

    • Field Detail

      • typeDescriptions

        private final java.util.List<? extends TypeDescription> typeDescriptions
        The list of type descriptions this list represents.
    • Constructor Detail

      • Explicit

        public Explicit​(TypeDescription... typeDescription)
        Creates an immutable wrapper.
        Parameters:
        typeDescription - The list of types to be represented by this wrapper.
      • Explicit

        public Explicit​(java.util.List<? extends TypeDescription> typeDescriptions)
        Creates an immutable wrapper.
        Parameters:
        typeDescriptions - The list of types to be represented by this wrapper.