Package org.apache.tika.config
Class ParamField
java.lang.Object
org.apache.tika.config.ParamField
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
- Since:
- Apache Tika 1.14
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Deprecated.- See Also:
-
-
Constructor Details
-
ParamField
Deprecated.Creates a ParamField object- Parameters:
member- a field or method which hasFieldannotation- Throws:
TikaConfigException
-
-
Method Details
-
getField
Deprecated. -
getSetter
Deprecated. -
getName
Deprecated. -
getType
Deprecated. -
isRequired
public boolean isRequired()Deprecated. -
assignValue
public void assignValue(Object bean, Object value) throws IllegalAccessException, InvocationTargetException Deprecated.Sets given value to the annotated field of bean- Parameters:
bean- bean with annotation for fieldvalue- value of field- Throws:
IllegalAccessException- when it occursInvocationTargetException- when it occurs
-
toString
Deprecated.
-