Uses of Enum Class
org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Packages that use MethodKind
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of MethodKind in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return MethodKindModifier and TypeMethodDescriptionstatic MethodKindURI syntax to enumeration valueMethod.getMethod()static MethodKindReturns the enum constant of this class with the specified name.static MethodKind[]MethodKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type MethodKindModifier and TypeMethodDescriptionExpressionVisitor.visitMethodCall(MethodKind methodCall, List<T> parameters) Called for each traversedMethodexpression -
Uses of MethodKind in org.apache.olingo.server.core.debug
Methods in org.apache.olingo.server.core.debug with parameters of type MethodKindModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeExpressionJsonVisitor.visitMethodCall(MethodKind methodCall, List<com.fasterxml.jackson.databind.JsonNode> parameters) -
Uses of MethodKind in org.apache.olingo.server.core.uri.queryoption.expression
Methods in org.apache.olingo.server.core.uri.queryoption.expression that return MethodKindConstructors in org.apache.olingo.server.core.uri.queryoption.expression with parameters of type MethodKind