Class TypeList.Generic.Explicit

    • Field Detail

      • typeDefinitions

        private final java.util.List<? extends TypeDefinition> typeDefinitions
        The generic types represented by this list.
    • Constructor Detail

      • Explicit

        public Explicit​(TypeDefinition... typeDefinition)
        Creates a new explicit list of generic types.
        Parameters:
        typeDefinition - The generic types represented by this list.
      • Explicit

        public Explicit​(java.util.List<? extends TypeDefinition> typeDefinitions)
        Creates a new explicit list of generic types.
        Parameters:
        typeDefinitions - The generic types represented by this list.