Class AbstractController

    • Field Detail

      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • AbstractController

        public AbstractController​(KnxClient knxClient)
    • Method Detail

      • getKnxClient

        protected final KnxClient getKnxClient()
      • limitAndGetAsList

        protected final <T> List<T> limitAndGetAsList​(Collection<T> list)
        Returns a range of T elements from list. May be limited using start and limit request parameters.
        Type Parameters:
        T - the type of list value to be limited
        Parameters:
        list - the list that may be limited
        Returns:
        a new list of elements from Collection