All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adgear.anoa.read.RecordWrapper Maven / Gradle / Ivy

package com.adgear.anoa.read;

interface RecordWrapper {

  R get();

  void put(W fieldWrapper, Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy