Uses of Class
com.logicaldoc.webservice.doc.model.JavaLanguageVariable
-
Packages that use JavaLanguageVariable Package Description com.logicaldoc.webservice.doc.service -
-
Uses of JavaLanguageVariable in com.logicaldoc.webservice.doc.service
Methods in com.logicaldoc.webservice.doc.service that return JavaLanguageVariable Modifier and Type Method Description static JavaLanguageVariableJavaLanguageVariableFactory. createVariableFromField(Field field)Creates a variable from a field which is @XmlElement annotatedstatic JavaLanguageVariableJavaLanguageVariableFactory. createVariableFromMethodReturn(Method method)Creates a variable from a method's return which is @WebResult annotatedMethods in com.logicaldoc.webservice.doc.service that return types with arguments of type JavaLanguageVariable Modifier and Type Method Description static List<JavaLanguageVariable>JavaLanguageVariableFactory. createVariablesFromMethodParamaters(Method method)Creates variables from parameters which are @WebParam annotatedMethods in com.logicaldoc.webservice.doc.service with parameters of type JavaLanguageVariable Modifier and Type Method Description static StubVariable2Stub. convertToStub(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)
-