Class BundledTypesRegistry
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.bundlor.BundledTypesRegistry
-
public class BundledTypesRegistry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBundledTypesRegistry.BundledTypesRegistryBuilder
-
Field Summary
Fields Modifier and Type Field Description static BundledTypesRegistryNOOP
-
Constructor Summary
Constructors Constructor Description BundledTypesRegistry(java.util.Map<java.lang.String,DocumentBundlor> bundlors)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BundledTypesRegistry.BundledTypesRegistryBuilderbuilder()static BundledTypesRegistryfrom(org.apache.jackrabbit.oak.spi.state.NodeState configParentState)@Nullable DocumentBundlorgetBundlor(org.apache.jackrabbit.oak.spi.state.NodeState state)
-
-
-
Field Detail
-
NOOP
public static BundledTypesRegistry NOOP
-
-
Constructor Detail
-
BundledTypesRegistry
public BundledTypesRegistry(java.util.Map<java.lang.String,DocumentBundlor> bundlors)
-
-
Method Detail
-
from
public static BundledTypesRegistry from(org.apache.jackrabbit.oak.spi.state.NodeState configParentState)
-
getBundlor
@Nullable public @Nullable DocumentBundlor getBundlor(org.apache.jackrabbit.oak.spi.state.NodeState state)
-
builder
public static BundledTypesRegistry.BundledTypesRegistryBuilder builder()
-
-