Class TypeConversionHandlerImpl

java.lang.Object
org.apache.velocity.util.introspection.TypeConversionHandlerImpl
All Implemented Interfaces:
TypeConversionHandler

public class TypeConversionHandlerImpl extends Object implements TypeConversionHandler
A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map VTL methods and property accessors to Java methods. This implementation is the default Conversion Handler for Velocity.
Since:
2.0
Version:
$Id: TypeConversionHandlerImpl.java $