public class WrapperObjectBuilder extends AbstractBuilder implements Builder
| Modifier and Type | Field and Description |
|---|---|
protected WrapperGeneratorStrategy |
wrapperStrategy |
| Constructor and Description |
|---|
WrapperObjectBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
build(Class<T> type) |
<T> T |
buildPrimitiveWrapper(Class<T> type) |
WrapperObjectBuilder |
setGeneratorStrategy(WrapperGeneratorStrategy wrapper) |
buildprotected WrapperGeneratorStrategy wrapperStrategy
public WrapperObjectBuilder setGeneratorStrategy(WrapperGeneratorStrategy wrapper)
public <T> T buildPrimitiveWrapper(Class<T> type)
Copyright © 2015. All rights reserved.