@FunctionalInterface
public interface BuilderFactory
Modifier and Type | Method and Description |
---|---|
Builder<?> |
getBuilder(java.lang.Class<?> type)
Returns a builder suitable for constructing instances of the given type.
|
Builder<?> getBuilder(java.lang.Class<?> type)
type
-