Uses of Interface
org.apache.velocity.util.introspection.Converter
-
Uses of Converter in org.apache.velocity.util.introspection
Modifier and TypeMethodDescriptionConversionHandler.getNeededConverter
(Class<?> formal, Class<?> actual) Deprecated.Returns the appropriate Converter object needed for an explicit conversion Returns null if no conversion is needed.Converter
<?> TypeConversionHandler.getNeededConverter
(Type formal, Class<?> actual) Returns the appropriate Converter object needed for an explicit conversion Returns null if no conversion is needed.Converter
<?> TypeConversionHandlerImpl.getNeededConverter
(Type formal, Class<?> actual) Returns the appropriate Converter object needed for an explicit conversion Returns null if no conversion is needed.Modifier and TypeMethodDescriptionvoid
ConversionHandler.addConverter
(Class<?> formal, Class<?> actual, Converter converter) Deprecated.Add the given converter to the handler.void
TypeConversionHandler.addConverter
(Type formal, Class<?> actual, Converter<?> converter) Add the given converter to the handler.void
TypeConversionHandlerImpl.addConverter
(Type formal, Class<?> actual, Converter<?> converter) Add the given converter to the handler.ModifierConstructorDescriptionVelMethodImpl
(Method method, boolean wrapArray, Converter<?>[] converters)