Interface FieldToString<ENTITY,T>

Type Parameters:
ENTITY - the entity type
T - the column type before mapped
All Superinterfaces:
Comparator<ENTITY>, com.speedment.runtime.compute.expression.Expression<ENTITY>, FieldMapper<ENTITY,T,String,com.speedment.runtime.compute.ToString<ENTITY>,Function<T,String>>, Function<ENTITY,String>, com.speedment.runtime.compute.trait.HasCompare<ENTITY>, com.speedment.runtime.compute.trait.HasCompose<ENTITY>, com.speedment.runtime.compute.trait.HasHash<ENTITY>, com.speedment.runtime.compute.trait.ToNullable<ENTITY,String,com.speedment.runtime.compute.ToString<ENTITY>>, com.speedment.runtime.compute.ToStringNullable<ENTITY>

public interface FieldToString<ENTITY,T> extends FieldMapper<ENTITY,T,String,com.speedment.runtime.compute.ToString<ENTITY>,Function<T,String>>, com.speedment.runtime.compute.ToStringNullable<ENTITY>
Specific FieldMapper implementation that also implements ToStringNullable.
Since:
3.1.0
Author:
Emil Forslund