Package | Description |
---|---|
org.apache.velocity.util.introspection |
Modifier and Type | Class and Description |
---|---|
class |
ConversionHandlerImpl
A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map
VTL methods and property accessors to Java methods.
|
Modifier and Type | Field and Description |
---|---|
protected ConversionHandler |
UberspectImpl.conversionHandler
the conversion handler
|
Modifier and Type | Method and Description |
---|---|
ConversionHandler |
UberspectImpl.getConversionHandler() |
Constructor and Description |
---|
ClassMap(Class clazz,
org.slf4j.Logger log,
ConversionHandler conversionHandler)
Standard constructor
|
Introspector(org.slf4j.Logger log,
ConversionHandler conversionHandler) |
IntrospectorBase(org.slf4j.Logger log,
ConversionHandler conversionHandler)
C'tor.
|
IntrospectorCache(org.slf4j.Logger log,
ConversionHandler conversionHandler)
C'tor
|
MethodMap(ConversionHandler conversionHandler)
Constructor with provided conversion handler
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.