public class JsonArrayConverter<O>
extends org.apache.commons.beanutils.converters.AbstractConverter
| Modifier and Type | Field and Description |
|---|---|
protected Class<O[]> |
arrayType |
protected JsonHelper |
jsonHelper |
| Constructor and Description |
|---|
JsonArrayConverter(Class<O> entityType) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
convertToType(Class<T> type,
Object value) |
Class<?> |
getDefaultType() |
static <O> JsonArrayConverter<O> |
newConverter(Class<O> objectType) |
protected final JsonHelper jsonHelper
public static <O> JsonArrayConverter<O> newConverter(Class<O> objectType)
protected <T> T convertToType(Class<T> type, Object value) throws Throwable
convertToType in class org.apache.commons.beanutils.converters.AbstractConverterThrowablepublic Class<?> getDefaultType()
getDefaultType in class org.apache.commons.beanutils.converters.AbstractConverterCopyright © 2014–2015 Ifremer. All rights reserved.