| Package | Description |
|---|---|
| org.kurento.modulecreator.definition | |
| org.kurento.modulecreator.json | |
| org.kurento.modulecreator.print |
| Modifier and Type | Method and Description |
|---|---|
Method |
RemoteClass.getConstructor() |
| Modifier and Type | Method and Description |
|---|---|
List<Method> |
Method.expandIfOpsParams() |
List<Method> |
RemoteClass.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClass.addMethod(Method method) |
void |
RemoteClass.setConstructor(Method constructor) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClass.setMethods(List<Method> methods) |
| Constructor and Description |
|---|
RemoteClass(String name,
String doc,
TypeRef extendsProp,
Method constructor,
List<Method> methods,
List<Property> properties,
List<TypeRef> events) |
| 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 |
|---|---|
com.google.gson.JsonElement |
MethodAdapter.serialize(Method src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ModuleDefinitionPrinter.printMethod(StringBuilder sb,
Method method,
boolean constructor) |
Copyright © 2016. All rights reserved.