Interface SimpleRepresentationModelAssembler<T>

All Superinterfaces:
RepresentationModelAssembler<T,EntityModel<T>>

public interface SimpleRepresentationModelAssembler<T> extends RepresentationModelAssembler<T,EntityModel<T>>
A RepresentationModelAssembler based purely on the domain type, using EntityRepresentationModel<T> as the enclosing representation model type.
Since:
1.0
Author:
Greg Turnquist