Uses of Class
org.apache.jackrabbit.oak.commons.LazyValue
-
Packages that use LazyValue Package Description org.apache.jackrabbit.oak.plugins.tree -
-
Uses of LazyValue in org.apache.jackrabbit.oak.plugins.tree
Methods in org.apache.jackrabbit.oak.plugins.tree with parameters of type LazyValue Modifier and Type Method Description static @NotNull Iterable<String>
TreeUtil. getMixinTypeNames(@NotNull Tree tree, @NotNull LazyValue<Tree> readOnlyTree)
static @Nullable String
TreeUtil. getPrimaryTypeName(@NotNull Tree tree, @NotNull LazyValue<Tree> readOnlyTree)
-