private static final ArrayList INTERCEPTORS =Latte.getConfigurations(ConfigType.INTERCEPTOR); 提示这句话错误
错误原因:Caused by: java.lang.ClassCastException: com.sita.latte_core.net.interceptors.DebugInterceptors cannot be cast to java.util.ArrayList
这个是getConfigurations方法
public static T getConfigurations(Object key) {
return (T) getConfigurations().get(key);
}