@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 (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.