Package org.apache.tika.config.loader
package org.apache.tika.config.loader
-
ClassDescriptionBase loader for components that support SPI fallback with exclusions.Information about a registered Tika component.Utility class for instantiating Tika components from JSON configuration.Strategy interface for loading components from JSON config.Registry for looking up Tika component classes by name.Loader for configuration objects from the "parse-context" section.Loader for detectors with support for SPI fallback via "default-detector" marker.Loader for encoding detectors with support for SPI fallback via "default-encoding-detector" marker.Extracts framework-level configuration from component JSON, separating fields prefixed with underscore from component-specific config.Parser decoration configuration for mime type filtering.Utility methods for merging JSON configurations with default values.Utility for converting Java class names to kebab-case.Shared context passed to ComponentLoaders.Interface for lazy access to cross-component dependencies.Loader for parsers with support for: SPI fallback via "default-parser" marker with exclusions Mime type filtering decorations (_mime-include, _mime-exclude) EncodingDetector and Renderer dependency injectionParsed representation of a Tika JSON configuration file.Main entry point for loading Tika components from JSON configuration.Factory for creating ObjectMappers configured for Tika serialization.