Class | Description |
---|---|
BridgingInputTypeStrategy |
Input type strategy for enriching data types with an expected conversion class.
|
BridgingInputTypeStrategy.BridgingSignature |
Helper class that represents a signature of input arguments.
|
ExplicitInputTypeStrategy |
Input type strategy that supplies a fixed
DataType for each argument. |
ExplicitTypeStrategy |
Type strategy that returns a fixed
DataType . |
MatchingTypeStrategy |
Type strategy that maps an
InputTypeValidator to a TypeStrategy if the validator
matches. |
MissingTypeStrategy |
Placeholder for a missing type strategy.
|
NopInputTypeStrategy |
Input strategy that does nothing.
|
OutputTypeInputTypeStrategy |
Input type strategy that supplies the function's output
DataType for each unknown
argument if available. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.