You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this can never work, whatever it's intended purpose ( I was trying to create a Shortname class mapper which still respected the aliases. )
public boolean itemTypeAsAttribute(final Class<?> clazz) { return classToName.containsKey(clazz); }
The keys in the map are String type.
The text was updated successfully, but these errors were encountered:
I'm pretty sure this can never work, whatever it's intended purpose ( I was trying to create a Shortname class mapper which still respected the aliases. )
public boolean itemTypeAsAttribute(final Class<?> clazz) { return classToName.containsKey(clazz); }
The keys in the map are String type.
The text was updated successfully, but these errors were encountered: