Class HealthCheckTableColumnProvider

  • All Implemented Interfaces:
    WidgetContentProvider<java.util.Map<java.lang.String,​java.util.List<java.lang.String>>>, java.util.function.Function<org.jooq.Select<? extends org.jooq.Record>,​java.util.Map<java.lang.String,​java.util.List<java.lang.String>>>

    @Component
    public class HealthCheckTableColumnProvider
    extends java.lang.Object
    implements WidgetContentProvider<java.util.Map<java.lang.String,​java.util.List<java.lang.String>>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> apply​(org.jooq.Select<? extends org.jooq.Record> records)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • HealthCheckTableColumnProvider

        @Autowired
        public HealthCheckTableColumnProvider​(org.jooq.DSLContext dslContext)
    • Method Detail

      • apply

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> apply​(org.jooq.Select<? extends org.jooq.Record> records)
        Specified by:
        apply in interface java.util.function.Function<org.jooq.Select<? extends org.jooq.Record>,​java.util.Map<java.lang.String,​java.util.List<java.lang.String>>>