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

no.difi.meldingsutveksling.spring.converter.Iso6523Converter Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package no.difi.meldingsutveksling.spring.converter;

import no.difi.meldingsutveksling.domain.Iso6523;
import org.springframework.core.convert.converter.Converter;

public class Iso6523Converter implements Converter {
    @Override
    public Iso6523 convert(String s) {
        return Iso6523.parse(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy