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

net.intelie.pipes.MapAdapter Maven / Gradle / Ivy

There is a newer version: 0.25.5
Show newest version
package net.intelie.pipes;

import net.intelie.pipes.types.ClauseInfo;
import net.intelie.pipes.types.RowFields;
import net.intelie.pipes.types.Type;

import java.io.Serializable;

public interface MapAdapter extends Serializable {
    Object get(Object target, String key, boolean single);

    Type type(String key, boolean single) throws PipeException;

    Object replaceValues(Object obj, RowFields fields, Row row);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy