vashilK/Redis-cache

View on GitHub
src/main/resources/templates/listTypeReference.txt

Summary

Maintainability
Test Coverage
package ${packagename};

import java.util.${dataStructure};
import ${classLocation};
import com.fasterxml.jackson.core.type.TypeReference;

public class ${className} {

    /** This file is generated by Redis-Cache to get access to TypeReference */

    public static ${type} getType(){
        return new ${gtype}() {};
    }

}