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 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 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 Stub
Variable2Stub. convertToStub(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)
-