public class Builder<T> extends Object
Builder(Class<T> type)
Builder(Class<T> type, Config config)
T
build()
Collection<T>
build(int numberOfInstances)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Builder(Class<T> type)
public Builder(Class<T> type, Config config)
public T build()
public Collection<T> build(int numberOfInstances)
Copyright © 2010–2016 none. All rights reserved.