Uses of Enum Class
org.apache.nifi.expression.AttributeExpression.ResultType
Packages that use AttributeExpression.ResultType
-
Uses of AttributeExpression.ResultType in org.apache.nifi.expression
Methods in org.apache.nifi.expression that return AttributeExpression.ResultTypeModifier and TypeMethodDescriptionAttributeExpression.getResultType()ExpressionLanguageCompiler.getResultType(String expression) Returns the ResultType that will be returned by the given ExpressionReturns the enum constant of this class with the specified name.static AttributeExpression.ResultType[]AttributeExpression.ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeExpression.ResultType in org.apache.nifi.processor.util
Methods in org.apache.nifi.processor.util with parameters of type AttributeExpression.ResultTypeModifier and TypeMethodDescriptionstatic ValidatorStandardValidators.createAttributeExpressionLanguageValidator(AttributeExpression.ResultType expectedResultType) static ValidatorStandardValidators.createAttributeExpressionLanguageValidator(AttributeExpression.ResultType expectedResultType, boolean allowExtraCharacters)