Uses of Interface
org.apache.velocity.util.introspection.TypeConversionHandler
Packages that use TypeConversionHandler
-
Uses of TypeConversionHandler in org.apache.velocity.util.introspection
Classes in org.apache.velocity.util.introspection that implement TypeConversionHandlerModifier and TypeClassDescriptionclassA conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map VTL methods and property accessors to Java methods.Fields in org.apache.velocity.util.introspection declared as TypeConversionHandlerModifier and TypeFieldDescriptionprivate final TypeConversionHandlerIntrospectorCache.conversionHandlerConversion handler(package private) TypeConversionHandlerMethodMap.conversionHandlerprotected TypeConversionHandlerUberspectImpl.conversionHandlerthe conversion handlerMethods in org.apache.velocity.util.introspection that return TypeConversionHandlerMethods in org.apache.velocity.util.introspection with parameters of type TypeConversionHandlerModifier and TypeMethodDescriptionprivate ClassMap.MethodCacheClassMap.createMethodCache(TypeConversionHandler conversionHandler) Populate the Map of direct hits.Constructors in org.apache.velocity.util.introspection with parameters of type TypeConversionHandlerModifierConstructorDescriptionClassMap(Class<?> clazz, org.slf4j.Logger log, TypeConversionHandler conversionHandler) Standard constructorIntrospector(org.slf4j.Logger log, TypeConversionHandler conversionHandler) protectedIntrospectorBase(org.slf4j.Logger log, TypeConversionHandler conversionHandler) C'tor.IntrospectorCache(org.slf4j.Logger log, TypeConversionHandler conversionHandler) C'torprivateMethodCache(org.slf4j.Logger log, TypeConversionHandler conversionHandler) MethodMap(TypeConversionHandler conversionHandler) Constructor with provided conversion handler