java.lang.Object
com.thoughtworks.xstream.tools.benchmark.targets.ReflectionTarget
- All Implemented Interfaces:
Target
public class ReflectionTarget
extends Object
implements Target
Deprecated.
Target containing basic types using the ReflectionConverter.
- Since:
- 1.4
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Deprecated.
Check whether the object for this target is equal to another one.
Deprecated.
The target to use in the metric.
-
-
Constructor Details
-
ReflectionTarget
public ReflectionTarget()
Deprecated.
-
Method Details
-
isEqual
public boolean isEqual(Object other)
Deprecated.
Description copied from interface: Target
Check whether the object for this target is equal to another one.
- Specified by:
isEqual
in interface Target
-
target
Deprecated.
Description copied from interface: Target
The target to use in the metric.
- Specified by:
target
in interface Target
-