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