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 TypeFieldDescriptionprotected TypeConversionHandlerUberspectImpl.conversionHandlerthe conversion handlerMethods in org.apache.velocity.util.introspection that return TypeConversionHandlerConstructors 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'torMethodMap(TypeConversionHandler conversionHandler) Constructor with provided conversion handler