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

io.atlasmap.v2.FieldAction Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package io.atlasmap.v2;

public interface FieldAction {

    default String getDisplayName() {
        return this.getClass().getSimpleName();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy