Uses of Class
org.apache.tika.serialization.ComponentConfig
Packages that use ComponentConfig
-
Uses of ComponentConfig in org.apache.tika.serialization
Methods in org.apache.tika.serialization that return ComponentConfigModifier and TypeMethodDescriptionComponentConfig.Builder.build()Build the ComponentConfig.static <T> ComponentConfig<T>ComponentNameResolver.getComponentConfig(Class<T> componentClass) Gets component configuration by component class.static ComponentConfig<?>ComponentNameResolver.getComponentConfig(String jsonField) Gets component configuration by JSON field name.Methods in org.apache.tika.serialization with parameters of type ComponentConfigModifier and TypeMethodDescriptionstatic <T> voidComponentNameResolver.registerComponentConfig(ComponentConfig<T> config) Registers a ComponentConfig for top-level component loading.