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