Interface ResolvingConverter<T>

Type Parameters:
T - the type of the values that can be converted
All Superinterfaces:
Converter<T>

public interface ResolvingConverter<T> extends Converter<T>
Converters that implement this interface require non-null values for IdSupplier and IdResolver.
  • Method Details