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

com.kenshoo.pl.entity.ValueConverter Maven / Gradle / Ivy

package com.kenshoo.pl.entity;

public interface ValueConverter {

    T2 convertTo(T value);

    T convertFrom(T2 value);

    Class getValueClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy