public class Type extends Object
| Constructor and Description |
|---|
Type(Class<?> clazz) |
Type(String baseTypeName,
Type[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createInstance() |
Object |
createProxy(InvokationHandler invokationHandler) |
boolean |
equals(Object obj) |
JSONSerializer<?> |
findSerializer() |
String |
getBaseTypeName() |
com.google.gwt.core.client.JsArrayString |
getDelegateToWidgetProperties() |
Method |
getMethod(String name) |
Type[] |
getParameterTypes() |
Collection<Property> |
getProperties()
Deprecated.
As of 7.0.1, use
getPropertiesAsArray() instead for
improved performance |
JsArrayObject<Property> |
getPropertiesAsArray() |
Property |
getProperty(String propertyName) |
String |
getSignature()
The unique signature used to identify this type.
|
int |
hashCode() |
boolean |
hasProperties() |
String |
toString() |
public Type(Class<?> clazz)
public String getBaseTypeName()
public Type[] getParameterTypes()
public Object createInstance() throws NoDataException
NoDataException@Deprecated public Collection<Property> getProperties() throws NoDataException
getPropertiesAsArray() instead for
improved performanceNoDataExceptionpublic JsArrayObject<Property> getPropertiesAsArray() throws NoDataException
NoDataExceptionpublic String getSignature()
public Object createProxy(InvokationHandler invokationHandler) throws NoDataException
NoDataExceptionpublic JSONSerializer<?> findSerializer()
public boolean hasProperties()
public com.google.gwt.core.client.JsArrayString getDelegateToWidgetProperties()
Copyright © 2021 Vaadin Ltd. All rights reserved.