Uses of Class
org.apache.tika.serialization.ComponentConfig.Builder
Packages that use ComponentConfig.Builder
-
Uses of ComponentConfig.Builder in org.apache.tika.serialization
Methods in org.apache.tika.serialization that return ComponentConfig.BuilderModifier and TypeMethodDescriptionstatic <T> ComponentConfig.Builder<T>Creates a new builder for ComponentConfig.ComponentConfig.Builder.customLoader(ComponentLoader<T> loader) Configure a custom loader for complex components that need special handling (SPI fallback, dependency injection, etc.).ComponentConfig.Builder.defaultProvider(Supplier<T> provider) Configure a default value to return when the JSON field is absent.ComponentConfig.Builder.loadAsList()Configure this component to be loaded as a list from JSON.Configure how to wrap a list into the component type.