Uses of Enum Class
org.apache.camel.model.language.MethodCallExpression.Scope
Packages that use MethodCallExpression.Scope
Package
Description
-
Uses of MethodCallExpression.Scope in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return MethodCallExpression.ScopeModifier and TypeMethodDescriptionstatic MethodCallExpression.ScopeReturns the enum constant of this class with the specified name.static MethodCallExpression.Scope[]MethodCallExpression.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.language with parameters of type MethodCallExpression.ScopeModifier and TypeMethodDescriptionMethodCallExpression.Builder.scope(MethodCallExpression.Scope scope) Scope of bean.