Class PropertyProvider<RECORD>

    • Constructor Detail

      • PropertyProvider

        public PropertyProvider()
      • PropertyProvider

        public PropertyProvider​(boolean useBeanPropertyExtractorFallback)
    • Method Detail

      • addProperty

        public void addProperty​(java.lang.String propertyName,
                                java.lang.String caption,
                                ValueExtractor<RECORD> valueExtractor)
      • getInstantValue

        public java.time.Instant getInstantValue​(RECORD record,
                                                 java.lang.String propertyName)
      • getPropertyNamesByCaptionQuery

        public java.util.List<java.lang.String> getPropertyNamesByCaptionQuery​(java.lang.String query)