Class TypeList.Generic.OfLoadedInterfaceTypes

    • Field Detail

      • type

        private final java.lang.Class<?> type
        The type of which the interface types are represented by this list.
    • Constructor Detail

      • OfLoadedInterfaceTypes

        public OfLoadedInterfaceTypes​(java.lang.Class<?> type)
        Creates a lazy projection of interface types.
        Parameters:
        type - The type of which the interface types are represented by this list.