public class ObjectToStringConverter extends Object implements ValueToStringConverter
Constructor and Description |
---|
ObjectToStringConverter()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
convert(Object value)
Converts a parameter value to string representation.
|
public ObjectToStringConverter()
public String convert(Object value)
convert
in interface ValueToStringConverter
value
- the parameter value.null
).Copyright © 2015–2016 gabrys.biz. All rights reserved.