All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.webprotege.persistence.CommentId2StringConverter Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.persistence;

import edu.stanford.protege.webprotege.issues.CommentId;
import org.springframework.core.convert.converter.Converter;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2021-11-03
 */
public class CommentId2StringConverter implements Converter {

    @Override
    public String convert(CommentId source) {
        return source.value();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy