public abstract class NonPrimitiveArrayValueType<ComponentType> extends ArrayValueType<ComponentType[]>
BeanValueType.Convertability, BeanValueType.MetaFactory
Constructor and Description |
---|
NonPrimitiveArrayValueType() |
Modifier and Type | Method and Description |
---|---|
protected ComponentType[] |
convertFrom(boolean[] array) |
protected ComponentType[] |
convertFrom(double[] array) |
protected ComponentType[] |
convertFrom(float[] array) |
protected ComponentType[] |
convertFrom(int[] array) |
protected ComponentType[] |
convertFrom(long[] array) |
protected ComponentType[] |
convertFrom(java.lang.Object[] array) |
abstract ComponentType[] |
emptyArray() |
protected BeanValueType<ComponentType> |
getComponentValueType() |
convertabilityFrom, convertabilityFromPrimitiveArray, convertabilityToComponentType, convertFrom, convertFromPrimitiveArray, getComponentType, isAssignableFrom, leastConvertabilityToComponentType
conversionException, convertabilityFrom, convertabilityToString, convertabilityToString, convertFrom, convertMapToJavascriptObject, convertToJava, convertToJavaScriptArray, convertToJavaScriptObject, convertToString, doConvertToString, getBeanValueType, getValueType, isA, isAssignableFrom, isAssignableFrom, nullValue, registerBasicValueTypes, registerBeanValueType, wrapInJavascriptArray
public abstract ComponentType[] emptyArray()
protected BeanValueType<ComponentType> getComponentValueType()
getComponentValueType
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(java.lang.Object[] array)
convertFrom
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(boolean[] array)
convertFrom
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(double[] array)
convertFrom
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(float[] array)
convertFrom
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(int[] array)
convertFrom
in class ArrayValueType<ComponentType[]>
protected ComponentType[] convertFrom(long[] array)
convertFrom
in class ArrayValueType<ComponentType[]>