public Alps convert(RootResourceInformation resourceInformation) {
Class<?> type = resourceInformation.getDomainType();
List<Descriptor> descriptors = new ArrayList<Descriptor>();
Descriptor representationDescriptor = buildRepresentationDescriptor(type);
descriptors.add(representationDescriptor);
for (HttpMethod method : resourceInformation.getSupportedMethods(ResourceType.COLLECTION)) {