public class ServiceBindingWebConverter extends RegistryObjectWebConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_URI |
static String |
SERVICE |
static String |
SPECIFICATION_LINK_KEY |
static String |
TARGET_BINDING |
CLASSIFICATION_KEY, DESCRIPTION_KEY, EXTERNAL_IDENTIFIER_KEY, HOME_KEY, ID_KEY, INTERNATIONAL_STRING_TYPE_HELPER, LID_KEY, NAME_KEY, OBJECT_TYPE_KEY, SLOT, STATUS_KEY, VERSION_INFO_KEY| Constructor and Description |
|---|
ServiceBindingWebConverter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
convert(ServiceBindingType binding)
This method creates a Map
|
convertRegistryObjectpublic static final String ACCESS_URI
public static final String SERVICE
public static final String SPECIFICATION_LINK_KEY
public static final String TARGET_BINDING
public Map<String,Object> convert(ServiceBindingType binding)
ACCESS_URI = "accessUri"; SERVICE = "service"; TARGET_BINDING = "targetBinding"; SPECIFICATION_LINK_KEY = "SpecificationLink";
This will also try to parse RegistryObjectType values to the map.
Uses: SpecificationLinkWebConverter
binding - the ServiceBindingType to be converted into a map, null returns empty MapThis work is licensed under a Creative Commons Attribution 4.0 International License.