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, toStringpublic Type getElementType()
public void setElementType(Type elementType)
public PrimitiveType getPrimitiveType()
getPrimitiveType in class Typepublic Class<?> getJavaType(ResultField.Format format, Map<String,Class<?>> customizations)
getJavaType in class Typepublic boolean isParameterFormatSupported(ResultField.Format format)
isParameterFormatSupported in class Typepublic boolean isResultFormatSupported(ResultField.Format format)
isResultFormatSupported in class Typepublic Type unwrap()
Typepublic Type unwrapAll()
Copyright © 2013–2017 impossibl.com. All rights reserved.