public interface DtoFactory<B>
Indicates an object is capable of making a simple Data Transfer Object (DTO) representation of itself.
Data Transfer Objects, which are expected by many APIs, are full of getters and setters.
We prefer immutable types and use DTO representations only when necessary.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
getDto
B getDto()
-