Interface NamePathMapper
- 
- All Superinterfaces:
 NameMapper,PathMapper
- All Known Implementing Classes:
 NamePathMapper.Default,NamePathMapperImpl
@ProviderType public interface NamePathMapper extends NameMapper, PathMapper
TheNamePathMapperinterface combinesNameMapperandPathMapper. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNamePathMapper.DefaultDefault implementation that doesn't perform any conversions for cases where a mapper object only deals with oak internal names and paths. 
- 
Field Summary
Fields Modifier and Type Field Description static NamePathMapperDEFAULT 
- 
Method Summary
- 
Methods inherited from interface org.apache.jackrabbit.oak.namepath.NameMapper
getJcrName, getOakName, getOakNameOrNull, getSessionLocalMappings 
- 
Methods inherited from interface org.apache.jackrabbit.oak.namepath.PathMapper
getJcrPath, getOakPath 
 - 
 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
static final NamePathMapper DEFAULT
 
 - 
 
 -