public class ObjectBuilder.ArrayObjectBuilder extends ObjectBuilder.AbstractTransitionsBuilder
| Constructor and Description |
|---|
ArrayObjectBuilder(ArrayObjectBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
build(Class<T> type) |
ObjectBuilder.ArrayObjectBuilder |
setGeneratorStrategy(ArrayGeneratorStrategy strategy) |
ObjectBuilder.ArrayObjectBuilder |
setSize(int... size) |
and, onArray, onArray, onCollection, onCollection, onEnum, onEnum, onMap, onMap, onObject, onObject, onPrimitive, onPrimitive, onString, onString, onWrapper, onWrapperbuildpublic ArrayObjectBuilder(ArrayObjectBuilder builder)
public <T> T build(Class<T> type)
public ObjectBuilder.ArrayObjectBuilder setGeneratorStrategy(ArrayGeneratorStrategy strategy)
public ObjectBuilder.ArrayObjectBuilder setSize(int... size)
Copyright © 2015. All rights reserved.