Interface ContextVariableTypeConverter.Converter<T,U>
-
- Type Parameters:
T- the source typeU- the target type
- All Known Implementing Classes:
ContextVariableTypeConverter.DefaultConverter
- Enclosing class:
- ContextVariableTypeConverter<T>
public static interface ContextVariableTypeConverter.Converter<T,U>A converter from one type to another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<U>getTargetType()Get the class of the target type.UtoObject(T t)Convert the object to the target type.
-