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

com.itcoon.common.jpa.converter.IntegerListToStringConverter Maven / Gradle / Ivy

There is a newer version: 1.1.2.RELEASE
Show newest version
package com.itcoon.common.jpa.converter;

import java.util.List;

public class IntegerListToStringConverter extends AbstractIntegerCollectionToStringConverter>{


    @Override
    public List supplyCollection() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy