package org.ironbrain.core; public interface IFieldMapper { Field getField(); Integer getId(); Boolean getInverse(); }