jnr.ffi.mapper
Class CompositeFunctionMapper

java.lang.Object
  extended by jnr.ffi.mapper.CompositeFunctionMapper
All Implemented Interfaces:
FunctionMapper

public final class CompositeFunctionMapper
extends Object
implements FunctionMapper


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.FunctionMapper
FunctionMapper.Context
 
Constructor Summary
CompositeFunctionMapper(Collection<FunctionMapper> functionMappers)
           
 
Method Summary
 String mapFunctionName(String functionName, FunctionMapper.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFunctionMapper

public CompositeFunctionMapper(Collection<FunctionMapper> functionMappers)
Method Detail

mapFunctionName

public String mapFunctionName(String functionName,
                              FunctionMapper.Context context)
Specified by:
mapFunctionName in interface FunctionMapper


Copyright © 2013. All Rights Reserved.