| Package | Description |
|---|---|
| org.kurento.modulecreator.definition | |
| org.kurento.modulecreator.json |
| Modifier and Type | Method and Description |
|---|---|
TypeRef |
ComplexType.getExtends() |
TypeRef |
Event.getExtends() |
TypeRef |
RemoteClass.getExtends() |
TypeRef |
DataItem.getType() |
TypeRef |
Return.getType() |
static TypeRef |
TypeRef.parseFromJson(String typeRefString) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeRef> |
RemoteClass.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexType.setExtends(TypeRef extendsProp) |
void |
Event.setExtends(TypeRef extendsProp) |
void |
RemoteClass.setExtendsProp(TypeRef extendsProp) |
void |
DataItem.setType(TypeRef type) |
void |
Return.setType(TypeRef type) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClass.setEvents(List<TypeRef> events) |
| Constructor and Description |
|---|
DataItem(String name,
String doc,
TypeRef type,
boolean optional) |
DataItem(String name,
String doc,
TypeRef type,
com.google.gson.JsonElement defaultValue) |
Param(String name,
String doc,
TypeRef type,
boolean optional) |
Param(String name,
String doc,
TypeRef type,
com.google.gson.JsonElement defaultValue) |
Property(String name,
String doc,
TypeRef type,
boolean optional) |
Property(String name,
String doc,
TypeRef type,
com.google.gson.JsonElement defaultValue) |
RemoteClass(String name,
String doc,
TypeRef extendsProp) |
RemoteClass(String name,
String doc,
TypeRef extendsProp,
Method constructor,
List<Method> methods,
List<Property> properties,
List<TypeRef> events) |
Return(TypeRef type,
String doc) |
| Constructor and Description |
|---|
RemoteClass(String name,
String doc,
TypeRef extendsProp,
Method constructor,
List<Method> methods,
List<Property> properties,
List<TypeRef> events) |
| Modifier and Type | Method and Description |
|---|---|
TypeRef |
TypeRefAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
TypeRefAdapter.serialize(TypeRef src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016. All rights reserved.