public class FunctionMapperFactory extends FunctionMapper
| Modifier and Type | Field and Description |
|---|---|
protected FunctionMapperImpl |
memento |
protected FunctionMapper |
target |
| Constructor and Description |
|---|
FunctionMapperFactory(FunctionMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
create() |
void |
mapFunction(String prefix,
String localName,
Method method) |
Method |
resolveFunction(String prefix,
String localName) |
protected FunctionMapperImpl memento
protected final FunctionMapper target
public FunctionMapperFactory(FunctionMapper mapper)
public Method resolveFunction(String prefix, String localName)
resolveFunction in class FunctionMapperpublic void mapFunction(String prefix, String localName, Method method)
mapFunction in class FunctionMapperpublic FunctionMapper create()
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.