Package org.mycore.user2.utils
Class MCRDFNDisplayNameConverter
java.lang.Object
org.mycore.user2.utils.MCRDFNDisplayNameConverter
- All Implemented Interfaces:
MCRUserAttributeConverter<String,
String>
public class MCRDFNDisplayNameConverter
extends Object
implements MCRUserAttributeConverter<String,String>
- Author:
- René Adler (eagle)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MCRDFNDisplayNameConverter
public MCRDFNDisplayNameConverter()
-
-
Method Details
-
convert
Description copied from interface:MCRUserAttributeConverter
Convert a given value to the specified type.- Specified by:
convert
in interfaceMCRUserAttributeConverter<String,
String> - Parameters:
value
- the value of type<ValueType>
, to convertseparator
- the value separator ornull
valueMapping
- the value mapping ornull
- Returns:
- the converted value of type
<BoundType>
-