public interface DSpaceConverter<M,R>
extends org.springframework.core.convert.converter.Converter<M,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
convert(M source) |
R |
fromModel(M obj) |
M |
toModel(R obj) |
Copyright © 2019 DuraSpace. All rights reserved.