Uses of Interface
org.apache.velocity.util.introspection.Converter
Packages that use Converter
-
Uses of Converter in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection declared as ConverterModifier and TypeFieldDescription(package private) static Converter<?> TypeConversionHandlerImpl.cacheMisscache miss converter(package private) Converter<?>[]UberspectImpl.VelMethodImpl.converters(package private) static Converter<?> TypeConversionHandlerImpl.toStringbasic toString converterFields in org.apache.velocity.util.introspection with type parameters of type ConverterModifier and TypeFieldDescriptionTypeConversionHandlerImpl.converterCacheMapa converters cache map, initialized with the standard narrowing and string parsing conversions.TypeConversionHandlerImpl.standardConverterMapstandard narrowing and string parsing conversions.Methods in org.apache.velocity.util.introspection that return ConverterModifier 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.private Converter<?>[]UberspectImpl.getNeededConverters(Type[] expected, Object[] provided) get the list of needed converters to adapt passed argument types to method typesMethods in org.apache.velocity.util.introspection with parameters of type ConverterModifier and TypeMethodDescriptionvoidConversionHandler.addConverter(Class<?> formal, Class<?> actual, Converter converter) Deprecated.Add the given converter to the handler.voidTypeConversionHandler.addConverter(Type formal, Class<?> actual, Converter<?> converter) Add the given converter to the handler.voidTypeConversionHandlerImpl.addConverter(Type formal, Class<?> actual, Converter<?> converter) Add the given converter to the handler.Constructors in org.apache.velocity.util.introspection with parameters of type ConverterModifierConstructorDescriptionVelMethodImpl(Method method, boolean wrapArray, Converter<?>[] converters)