@Internal public final class ArgumentMappingTypeStrategy extends Object implements TypeStrategy
| Constructor and Description |
|---|
ArgumentMappingTypeStrategy(int pos,
java.util.function.Function<DataType,Optional<DataType>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataType> |
inferType(CallContext callContext)
Infers a type from the given function call.
|
public ArgumentMappingTypeStrategy(int pos,
java.util.function.Function<DataType,Optional<DataType>> mapper)
public Optional<DataType> inferType(CallContext callContext)
TypeStrategyinferType in interface TypeStrategyCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.