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

io.shmilyhe.convert.impl.SelfGetter Maven / Gradle / Ivy

package io.shmilyhe.convert.impl;

import io.shmilyhe.convert.api.IGet;
import io.shmilyhe.convert.tools.ExpEnv;

public class SelfGetter implements IGet{
    
    @Override
    public Object get(Object data,ExpEnv evn) {
        return data;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy