Class InputTypeValidator.TypePromotionValidator
- java.lang.Object
-
- org.apache.olingo.odata2.core.uri.expression.InputTypeValidator.TypePromotionValidator
-
- All Implemented Interfaces:
InputTypeValidator
- Enclosing interface:
- InputTypeValidator
public static class InputTypeValidator.TypePromotionValidator extends Object implements InputTypeValidator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.olingo.odata2.core.uri.expression.InputTypeValidator
InputTypeValidator.TypePromotionValidator
-
-
Constructor Summary
Constructors Constructor Description TypePromotionValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmTypevalidateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes)
-
-
-
Method Detail
-
validateParameterSet
public EdmType validateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes) throws ExpressionParserInternalError
- Specified by:
validateParameterSetin interfaceInputTypeValidator- Throws:
ExpressionParserInternalError
-
-