MCPcopy Create free account
hub / github.com/apache/commons-ognl / stringValue

Method stringValue

src/main/java/org/apache/commons/ognl/OgnlOps.java:339–356  ·  view source on GitHub ↗

Evaluates the given object as a String and trims it if the trim flag is true. @param value an object to interpret as a String @param trim if true trims the result @return the String value implied by the given object as returned by the toString() method, or "null" if the object is null.

( Object value, boolean trim )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

longValueMethod · 0.95
doubleValueMethod · 0.95
bigIntValueMethod · 0.95
bigDecValueMethod · 0.95
toArrayMethod · 0.95
convertValueMethod · 0.95
addMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected