public class ArrayType extends Type
Type.Category, Type.Codec
Constructor and Description |
---|
ArrayType() |
Modifier and Type | Method and Description |
---|---|
Type |
getElementType() |
Class<?> |
getJavaType(ResultField.Format format,
Map<String,Class<?>> customizations) |
PrimitiveType |
getPrimitiveType() |
boolean |
isParameterFormatSupported(ResultField.Format format) |
boolean |
isResultFormatSupported(ResultField.Format format) |
void |
setElementType(Type elementType) |
Type |
unwrap()
Strips all "wrapping" type (e.g.
|
Type |
unwrapAll() |
equals, getAlignment, getAlignment, getArrayTypeId, getBinaryCodec, getCategory, getCodec, getDelimeter, getId, getLength, getModifierParser, getName, getNamespace, getParameterFormat, getPreferredFormat, getRelationId, getResultFormat, getTextCodec, hashCode, load, setAlignment, setArrayTypeId, setBinaryCodec, setCategory, setDelimeter, setId, setLength, setModifierParser, setName, setNamespace, setRelationId, setTextCodec, toString
public Type getElementType()
public void setElementType(Type elementType)
public PrimitiveType getPrimitiveType()
getPrimitiveType
in class Type
public Class<?> getJavaType(ResultField.Format format, Map<String,Class<?>> customizations)
getJavaType
in class Type
public boolean isParameterFormatSupported(ResultField.Format format)
isParameterFormatSupported
in class Type
public boolean isResultFormatSupported(ResultField.Format format)
isResultFormatSupported
in class Type
public Type unwrap()
Type
public Type unwrapAll()
Copyright © 2013–2017 impossibl.com. All rights reserved.