// Generated automatically from com.google.gson.FieldNamingStrategy for testing purposes package com.google.gson; import java.lang.reflect.Field; public interface FieldNamingStrategy { String translateName(Field p0); }