Package | Description |
---|---|
org.apache.velocity.util.introspection |
Modifier and Type | Method and Description |
---|---|
Converter |
ConversionHandler.getNeededConverter(Class formal,
Class actual)
Returns the appropriate Converter object needed for an explicit conversion
Returns null if no conversion is needed.
|
Converter |
ConversionHandlerImpl.getNeededConverter(Class formal,
Class actual)
Returns the appropriate Converter object needed for an explicit conversion
Returns null if no conversion is needed.
|
Modifier and Type | Method and Description |
---|---|
void |
ConversionHandler.addConverter(Class formal,
Class actual,
Converter converter)
Add the given converter to the handler.
|
void |
ConversionHandlerImpl.addConverter(Class formal,
Class actual,
Converter converter)
Add the given converter to the handler.
|
Constructor and Description |
---|
VelMethodImpl(Method method,
boolean wrapArray,
Converter[] converters) |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.