public class DefaultArrayType extends AbstractType implements ArrayType
classType| Constructor and Description |
|---|
DefaultArrayType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value) |
Type |
getComponentType() |
Class<?> |
getRawClass() |
void |
setComponentType(Type type) |
void |
setRawClass(Class<?> value) |
void |
show(MvcResponse response,
Object value) |
String |
toString(Object value) |
getClassType, isAlwaysRender, setClassTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassType, isAlwaysRender, setClassTypepublic void show(MvcResponse response, Object value)
public void setComponentType(Type type)
setComponentType in interface ArrayTypepublic Type getComponentType()
getComponentType in interface ArrayTypepublic void setRawClass(Class<?> value)
setRawClass in interface ArrayTypepublic Class<?> getRawClass()
getRawClass in interface ArrayTypeCopyright © 2026 Brandao. All rights reserved.