public class RequestEntry extends Object
Constructor and Description |
---|
RequestEntry(RequestMappingEntry requestMappingEntry,
Map<String,List<String>> parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getParameters() |
RequestMappingEntry |
getRequestMappingEntry() |
void |
setParameters(Map<String,List<String>> parameters) |
void |
setRequestMappingEntry(RequestMappingEntry requestMappingEntry) |
public RequestEntry(RequestMappingEntry requestMappingEntry, Map<String,List<String>> parameters)
public RequestMappingEntry getRequestMappingEntry()
public void setRequestMappingEntry(RequestMappingEntry requestMappingEntry)
Copyright © 2018 Brandao. All rights reserved.