@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 © 2025. All rights reserved.