public class RegistryPackageWebConverter extends RegistryObjectWebConverter
Modifier and Type | Field and Description |
---|---|
static String |
REGISTRY_OBJECT_LIST_KEY |
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 |
---|
RegistryPackageWebConverter() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
convert(RegistryPackageType registryPackage)
This method creates a Map
|
convertRegistryObject
public static final String REGISTRY_OBJECT_LIST_KEY
public Map<String,Object> convert(RegistryPackageType registryPackage)
REGISTRY_OBJECT_LIST_KEY = "RegistryObjectList";
This will also try to parse RegistryObjectType values to the map.
Uses: RegistryObjectListWebConverter
registryPackage
- the RegistryPackageType to be converted into a map, null returns empty
MapThis work is licensed under a Creative Commons Attribution 4.0 International License.