public abstract class AbstractBuilder<O> extends Object implements Builder<O>
AbstractBuilder()
O
build()
protected abstract O
doBuild()
getObject()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractBuilder()
public final O build() throws Exception
Builder
build
Builder<O>
Exception
public final O getObject()
protected abstract O doBuild() throws Exception
Copyright © 2021. All rights reserved.