-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBuilder
public Builder<?> getBuilder(Class<?> type)
Returns the builder for the specified type, or null if no builder is
used. Most classes will note use a builder.
- Specified by:
getBuilder
in interface BuilderFactory
- Parameters:
type
- the class being looked up
- Returns:
- the builder for the class, or null if no builder is used