
com.dottydingo.hyperion.service.translation.ValueConverter Maven / Gradle / Ivy
package com.dottydingo.hyperion.service.translation;
import com.dottydingo.hyperion.service.context.RequestContext;
/**
*/
public interface ValueConverter
{
public C convertToClientValue(P persistentValue, RequestContext context);
public P convertToPersistentValue(C clientValue, RequestContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy