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 Summary
Constructors Constructor Description BrowseEntryConverter()
-
-
-
Method Detail
-
apply
public BrowseEntryRest apply(String[] source)
- Specified by:
applyin interfaceFunction<String[],BrowseEntryRest>
-
-