| Package | Description |
|---|---|
| com.vaadin.client.communication | |
| com.vaadin.client.metadata | |
| com.vaadin.client.ui |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
RpcManager.getParameterTypes(MethodInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JsonDecoder.decodeValue(Type type,
elemental.json.JsonValue jsonValue,
Object target,
ApplicationConnection connection)
Decode a JSON array with two elements (type and value) into a client-side
type, recursively if necessary.
|
URLReference |
URLReference_Serializer.deserialize(Type type,
elemental.json.JsonValue jsonValue,
ApplicationConnection connection) |
T |
JSONSerializer.deserialize(Type type,
elemental.json.JsonValue jsonValue,
ApplicationConnection connection)
Creates and deserializes an object received from the server.
|
Date |
Date_Serializer.deserialize(Type type,
elemental.json.JsonValue jsonValue,
ApplicationConnection connection) |
static elemental.json.JsonValue |
JsonEncoder.encode(Object value,
Type type,
ApplicationConnection connection)
Encode a value to a JSON representation for transport from the client to
the server.
|
void |
DiffJSONSerializer.update(T target,
Type type,
elemental.json.JsonValue jsonValue,
ApplicationConnection connection)
Update the target object in place based on the passed JSON data.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Property.getBeanType() |
Type[] |
Type.getParameterTypes() |
Type[] |
Method.getParameterTypes() |
static Type[] |
TypeDataStore.getParamTypes(Method method) |
static Type |
TypeDataStore.getPresentationType(Class<?> type) |
Type |
Method.getReturnType() |
static Type |
TypeDataStore.getReturnType(Method method) |
Type |
Property.getType() |
Type |
Method.getType() |
static Type |
TypeDataStore.getType(Class<?> clazz) |
static Type |
TypeData.getType(Class<?> type) |
static Type |
TypeDataStore.getType(Property property) |
| Modifier and Type | Method and Description |
|---|---|
static JSONSerializer<?> |
TypeDataStore.findSerializer(Type type) |
static Invoker |
TypeDataStore.getConstructor(Type type) |
static com.google.gwt.core.client.JsArrayString |
TypeDataStore.getDelegateToWidgetProperites(Type type) |
static Collection<Property> |
TypeDataStore.getProperties(Type type)
Deprecated.
As of 7.0.1, use
TypeDataStore.getPropertiesAsArray(Type) instead
for improved performance |
static JsArrayObject<Property> |
TypeDataStore.getPropertiesAsArray(Type type) |
static ProxyHandler |
TypeDataStore.getProxyHandler(Type type) |
static boolean |
TypeDataStore.hasProperties(Type type) |
void |
TypeDataStore.setParamTypes(Class<?> type,
String methodName,
Type[] paramTypes) |
void |
TypeDataStore.setPropertyType(Class<?> clazz,
String propertyName,
Type type) |
void |
TypeDataStore.setReturnType(Class<?> type,
String methodName,
Type returnType) |
| Constructor and Description |
|---|
Method(Type type,
String name) |
Property(Type bean,
String name) |
Type(String baseTypeName,
Type[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
static Type |
AbstractConnector.getStateType(ServerConnector connector)
Find the type of the state for the given connector.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.