vashilK/Redis-cache

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

Summary

Maintainability
Test Coverage
package ${packagename};

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}>() {};
    }

}