Interface NamePathMapper
-
- All Superinterfaces:
NameMapper
,PathMapper
- All Known Implementing Classes:
NamePathMapper.Default
,NamePathMapperImpl
@ProviderType public interface NamePathMapper extends NameMapper, PathMapper
TheNamePathMapper
interface combinesNameMapper
andPathMapper
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NamePathMapper.Default
Default 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 NamePathMapper
DEFAULT
-
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
-
-