Uses of Class
com.logicaldoc.webservice.doc.model.JavaLanguageVariable
Packages that use JavaLanguageVariable
-
Uses of JavaLanguageVariable in com.logicaldoc.webservice.doc.service
Methods in com.logicaldoc.webservice.doc.service that return JavaLanguageVariableModifier 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 annotatedMethods in com.logicaldoc.webservice.doc.service that return types with arguments of type JavaLanguageVariableModifier and TypeMethodDescriptionstatic List<JavaLanguageVariable>
JavaLanguageVariableFactory.createVariablesFromMethodParamaters
(Method method) Creates variables from parameters which are @WebParam annotatedMethods in com.logicaldoc.webservice.doc.service with parameters of type JavaLanguageVariableModifier and TypeMethodDescriptionstatic Stub
Variable2Stub.convertToStub
(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)