public class ConcatStringBridge extends Object implements StringBridge, ParameterizedBridge
Constructor and Description |
---|
ConcatStringBridge() |
Modifier and Type | Method and Description |
---|---|
String |
objectToString(Object object)
Converts the object representation to a string.
|
void |
setParameterValues(Map<String,String> parameters)
Called on the bridge implementation to pass the parameters.
|
public static final String SIZE
public String objectToString(Object object)
StringBridge
objectToString
in interface StringBridge
object
- The object to transform into a string representation.null
. It can be empty though.public void setParameterValues(Map<String,String> parameters)
ParameterizedBridge
setParameterValues
in interface ParameterizedBridge
parameters
- map containing string based parameters to be passed to the parameterized bridge. The map is never
null
.Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved