public Object get(Object bean, Object property) {
switch (property.hashCode()) {
case 405645655:
if ("attributes".equals(property)) {
return new HttpServletRequestAttributes((HttpServletRequest) bean);
}
break;
case 458736106:
if ("parameters".equals(property)) {
return new HttpServletRequestParameters((HttpServletRequest) bean);