public class JsonObjectsUnmarshallerBuilder<T> extends Object
| Constructor and Description |
|---|
JsonObjectsUnmarshallerBuilder(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<C> JsonObjectsUnmarshallerBuilder<T> |
addInjectionValues(String property,
C value) |
JsonObjectsUnmarshaller<T> |
build() |
public <C> JsonObjectsUnmarshallerBuilder<T> addInjectionValues(String property, C value)
public JsonObjectsUnmarshaller<T> build()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.