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;

import com.fasterxml.jackson.annotation.JsonIgnore;

public interface FieldAction {

    @JsonIgnore
    default String getDisplayName() {
        // TODO display name should be more human readable one instead of class name
        return this.getClass().getSimpleName();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy