net.sf.doolin.util
Class ReadOnlyStringAdapter<S>
java.lang.Object
net.sf.doolin.util.ReadOnlyAdapter<S,String>
net.sf.doolin.util.ReadOnlyStringAdapter<S>
- Type Parameters:
S - Type of the subject
- All Implemented Interfaces:
- Adapter<S,String>
public class ReadOnlyStringAdapter<S>
- extends ReadOnlyAdapter<S,String>
This read-only adapter converts the subjects to a string.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyStringAdapter
public ReadOnlyStringAdapter()
convertSubjectToTarget
public String convertSubjectToTarget(S subjectValue)
- Description copied from interface:
Adapter
- Conversion from the subject to the target
- Parameters:
subjectValue - Subject value
- Returns:
- Target value
Copyright © 2011. All Rights Reserved.