Interface ConversionContext

All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, ErrorsContext, Iterable<ConversionError>, TypeVariableResolver
All Known Subinterfaces:
ArgumentConversionContext<T>, ImmutableArgumentConversionContext<T>

public interface ConversionContext extends AnnotationMetadataProvider, TypeVariableResolver, ErrorsContext
A conversion context is a context object supplied to a TypeConverter that allows more accurate conversion.
Since:
1.0
Author:
Graeme Rocher