| Package | Description |
|---|---|
| com.vaadin.client.metadata |
| Modifier and Type | Method and Description |
|---|---|
Object |
Type.createInstance() |
Object |
Type.createProxy(InvokationHandler invokationHandler) |
static Class<?> |
TypeDataStore.getClass(String identifier) |
static Class<?> |
TypeData.getClass(String identifier) |
static Invoker |
TypeDataStore.getConstructor(Type type) |
static Invoker |
TypeDataStore.getInvoker(Method method) |
Type[] |
Method.getParameterTypes() |
static Type[] |
TypeDataStore.getParamTypes(Method method) |
Collection<Property> |
Type.getProperties()
Deprecated.
As of 7.0.1, use
Type.getPropertiesAsArray() instead for
improved performance |
static Collection<Property> |
TypeDataStore.getProperties(Type type)
Deprecated.
As of 7.0.1, use
TypeDataStore.getPropertiesAsArray(Type) instead
for improved performance |
JsArrayObject<Property> |
Type.getPropertiesAsArray() |
static JsArrayObject<Property> |
TypeDataStore.getPropertiesAsArray(Type type) |
static ProxyHandler |
TypeDataStore.getProxyHandler(Type type) |
Type |
Method.getReturnType() |
static Type |
TypeDataStore.getReturnType(Method method) |
Type |
Property.getType() |
static Type |
TypeDataStore.getType(Property property) |
Object |
Property.getValue(Object bean) |
static Object |
TypeDataStore.getValue(Property property,
Object target) |
void |
Method.invoke(Object target,
Object... params) |
void |
Property.setValue(Object bean,
Object value) |
Copyright © 2023 Vaadin Ltd. All rights reserved.