Module odo.core

Interface Binding<T,​K>

All Known Implementing Classes:
ConvertingPropertyBinding, PropertyBinding, ResultSetBinding

public interface Binding<T,​K>
  • Method Summary

    Modifier and Type Method Description
    K get​(T instance)  
    void set​(T instance, K value)  
  • Method Details

    • get

      K get​(T instance)
    • set

      void set​(T instance, K value)