Uses of Class
com.logicaldoc.webservice.doc.model.JavaLanguageVariable
-
Uses of JavaLanguageVariable in com.logicaldoc.webservice.doc.service
Modifier and TypeMethodDescriptionstatic JavaLanguageVariable
JavaLanguageVariableFactory.createVariableFromField
(Field field) Creates a variable from a field which is @XmlElement annotatedstatic JavaLanguageVariable
JavaLanguageVariableFactory.createVariableFromMethodReturn
(Method method) Creates a variable from a method's return which is @WebResult annotatedModifier and TypeMethodDescriptionstatic List<JavaLanguageVariable>
JavaLanguageVariableFactory.createVariablesFromMethodParamaters
(Method method) Creates variables from parameters which are @WebParam annotatedModifier and TypeMethodDescriptionstatic Stub
Variable2Stub.convertToStub
(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)