Expands the value into a string. Does not accept or return null.
(Object value)
| 48 | |
| 49 | /** Expands the value into a string. Does not accept or return null. */ |
| 50 | String expand(Object value); |
| 51 | } |
| 52 | |
| 53 | final class ToStringExpander implements Expander { |
no outgoing calls
no test coverage detected