MCPcopy Index your code
hub / github.com/cloudevents/sdk-java / value

Method value

sql/src/main/java/io/cloudevents/sql/Result.java:13–13  ·  view source on GitHub ↗

@return the result of the expression evaluation, which could be a String, a Integer or a Boolean.

()

Source from the content-addressed store, hash-verified

11 * @return the result of the expression evaluation, which could be a {@link String}, a {@link Integer} or a {@link Boolean}.
12 */
13 Object value();
14
15 /**
16 * @return true if the causes collection is not empty.

Callers 15

evaluateMethod · 0.95
asBooleanMethod · 0.65
asIntegerMethod · 0.65
asStringMethod · 0.65
valueMethod · 0.65
castMethod · 0.65
tryEvaluateMethod · 0.65
writeToMethod · 0.65
writeToMethod · 0.65
resolveFormatMethod · 0.65
testRequestWithBinaryMethod · 0.65

Implementers 2

EvaluationResultsql/src/main/java/io/cloudevents/sql/i
ResultAssertsql/src/test/java/io/cloudevents/sql/a

Calls

no outgoing calls

Tested by 15

evaluateMethod · 0.76
asBooleanMethod · 0.52
asIntegerMethod · 0.52
asStringMethod · 0.52
valueMethod · 0.52
testRequestWithBinaryMethod · 0.52
testDeserializeMethod · 0.52
jsonContentTypesMethod · 0.52