Eclipse is giving me a warning of the following form:
Type safety: Unchecked cast from Object to HashMap
This is from a call to
In Eclipse Preferences, Go to Java->Compiler->Errors/Warnings->Generic types and check the Ignore unavoidable generic type problems check-box.
Ignore unavoidable generic type problems
This satisfies the intent of the question, i.e.
I'd like to avoid Eclipse warnings...
if not the spirit.