| Package | Description |
|---|---|
| org.brandao.brutos.web.mapping |
| Modifier and Type | Method and Description |
|---|---|
RequestMappingNode |
RequestMappingNode.add(String value,
RequestMappingEntry requestEntry) |
RequestMappingNode |
RequestMappingNode.getNext(String value) |
RequestMappingNode |
RequestMappingNode.getNextNode(String value) |
RequestMappingNode |
RequestMappingNode.getNextToAdd(String value) |
| Modifier and Type | Method and Description |
|---|---|
Set<RequestMappingNode> |
RequestMappingNode.getDynamicNext() |
Map<String,RequestMappingNode> |
RequestMappingNode.getStaticNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestMappingNode.setDynamicNext(Set<RequestMappingNode> dynamicNext) |
void |
RequestMappingNode.setStaticNext(Map<String,RequestMappingNode> staticNext) |
Copyright © 2026 Brandao. All rights reserved.