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 classBundledTypesRegistry.BundledTypesRegistryBuilder
-
Field Summary
Fields Modifier and Type Field Description static BundledTypesRegistryNOOP
-
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.BundledTypesRegistryBuilderbuilder()static BundledTypesRegistryfrom(NodeState configParentState)@Nullable DocumentBundlorgetBundlor(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()
-
-