Interface PathMapping
- 
- All Known Implementing Classes:
 MultiPathMapping,RegexpPathMapping,SimplePathMapping
public interface PathMappingProvides an interface for a general path mapping.- Since:
 - 2.4.10
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PathMappingIDENTITYImplements an identity mapping 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Stringmap(@NotNull String path)Maps the given path to a new location.@NotNull Stringmap(@NotNull String path, boolean reverse)Maps the given path to a new location. 
 - 
 
- 
- 
Field Detail
- 
IDENTITY
static final PathMapping IDENTITY
Implements an identity mapping 
 - 
 
 -