Interface BuildableEntity<B>
- Type Parameters:
B- the type of the builder
public interface BuildableEntity<B>
Interface for entities that can be converted to a builder.
-
Method Summary
-
Method Details
-
toBuilder
B toBuilder()
-
B - the type of the builder