public class SpecificationLinkWebConverter extends RegistryObjectWebConverter
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_BINDING |
static String |
SPECIFICATION_OBJECT |
static String |
USAGE_DESCRIPTION |
static String |
USAGE_PARAMETERS |
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 |
---|
SpecificationLinkWebConverter() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
convert(SpecificationLinkType specificationLink)
This method creates a Map
|
convertRegistryObject
public static final String SERVICE_BINDING
public static final String SPECIFICATION_OBJECT
public static final String USAGE_DESCRIPTION
public static final String USAGE_PARAMETERS
public Map<String,Object> convert(SpecificationLinkType specificationLink)
SERVICE_BINDING = "serviceBinding"; SPECIFICATION_OBJECT = "specificationObject"; USAGE_DESCRIPTION = "UsageDescription"; USAGE_PARAMETERS = "UsageParameters";
This will also try to parse RegistryObjectType values to the map.
Uses: InternationalStringTypeHelper
specificationLink
- the SpecificationLinkType to be converted into a map, null returns
empty MapThis work is licensed under a Creative Commons Attribution 4.0 International License.