Class Param<T>

java.lang.Object
org.apache.tika.config.Param<T>
Type Parameters:
T - value type. Should be serializable to string and have a constructor with string param
All Implemented Interfaces:
Serializable

@Deprecated(since="2026-04-30") public class Param<T> extends Object implements Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This is a serializable model class for parameters from configuration file.
Since:
Apache Tika 1.14
See Also: