io.atlasmap.v2.FieldAction Maven / Gradle / Ivy
package io.atlasmap.v2;
public interface FieldAction {
default String getDisplayName() {
return this.getClass().getSimpleName();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy