Interface PropertyExtractor<RECORD>

All Superinterfaces:
PropertyProvider<RECORD>
All Known Subinterfaces:
PropertyBijector<RECORD>
All Known Implementing Classes:
BeanPropertyExtractor

public interface PropertyExtractor<RECORD>
extends PropertyProvider<RECORD>
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getValue​(RECORD record, java.lang.String propertyName)  
    default java.util.Map<java.lang.String,​java.lang.Object> getValues​(RECORD record, java.util.Collection<java.lang.String> propertyNames)  
  • Method Details