public class ServiceBindingTypeConverter extends AbstractRegistryObjectTypeConverter<ServiceBindingType>
mapToSchemaElement
Constructor and Description |
---|
ServiceBindingTypeConverter() |
ServiceBindingTypeConverter(MapToSchemaElement<ServiceBindingType> mapToSchemaElement) |
Modifier and Type | Method and Description |
---|---|
Optional<ServiceBindingType> |
convert(Map<String,Object> map)
This method creates an ServiceBindingType from the values in the provided map.
|
public ServiceBindingTypeConverter(MapToSchemaElement<ServiceBindingType> mapToSchemaElement)
public ServiceBindingTypeConverter()
public Optional<ServiceBindingType> convert(Map<String,Object> map)
ACCESS_URI = "accessUri"; SERVICE = "service"; TARGET_BINDING = "targetBinding"; SPECIFICATION_LINK_KEY = "SpecificationLink";
This will also try to populate the RegistryObjectType values also looked for in the map.
Uses: SpecificationLinkTypeConverter
convert
in class AbstractRegistryObjectTypeConverter<ServiceBindingType>
map
- the Map representation of the ServiceBindingType to generate, null returns empty
OptionalThis work is licensed under a Creative Commons Attribution 4.0 International License.