Interface RepresentationModelAssembler<T,D extends RepresentationModel<?>>

All Known Subinterfaces:
SimpleRepresentationModelAssembler<T>
All Known Implementing Classes:
RepresentationModelAssemblerSupport

public interface RepresentationModelAssembler<T,D extends RepresentationModel<?>>
Interface for components that convert a domain type into a RepresentationModel.
Author:
Oliver Gierke, Greg Turnquist