Uses of Class
org.springframework.expression.spel.ast.Operator.DescriptorComparison
Packages that use Operator.DescriptorComparison
-
Uses of Operator.DescriptorComparison in org.springframework.expression.spel.ast
Methods in org.springframework.expression.spel.ast that return Operator.DescriptorComparisonModifier and TypeMethodDescriptionOperator.DescriptorComparison.checkNumericCompatibility(@Nullable String leftDeclaredDescriptor, @Nullable String rightDeclaredDescriptor, @Nullable String leftActualDescriptor, @Nullable String rightActualDescriptor) Return an object that indicates whether the input descriptors are compatible.