Package org.dspace.app.rest.converter
Class BrowseEntryConverter
java.lang.Object
org.dspace.app.rest.converter.BrowseEntryConverter
- All Implemented Interfaces:
Function<String[],BrowseEntryRest>
@Component
public class BrowseEntryConverter
extends Object
implements Function<String[],BrowseEntryRest>
This is the converter from String array returned by the Browse engine for
metadata browse to the BrowseEntryRest DTO
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Details
-
BrowseEntryConverter
public BrowseEntryConverter()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<String[],BrowseEntryRest>
-