Uses of Class
uk.co.terminological.rjava.plugin.RModel
Packages that use RModel
-
Uses of RModel in uk.co.terminological.rjava.plugin
Methods in uk.co.terminological.rjava.plugin that return RModelModifier and TypeMethodDescriptionRAnnotated.getModel()
RClass.getModel()
RModel.withAdditionalExports
(Collection<String> exports) Methods in uk.co.terminological.rjava.plugin that return types with arguments of type RModelModifier and TypeMethodDescriptionQDoxParser.scanModel
(List<?> list, PackageData config, org.apache.maven.plugin.logging.Log log) Methods in uk.co.terminological.rjava.plugin with parameters of type RModelModifier and TypeMethodDescriptionstatic RType
RType.booleanType
(RModel model) QDoxParser.createClass
(com.thoughtworks.qdox.model.JavaClass clazz, RModel model) QDoxParser.createMethod
(com.thoughtworks.qdox.model.JavaMethod m, RModel model, RClass cls, boolean async, boolean future, Map<String, Object> annotationMap) QDoxParser.createType
(com.thoughtworks.qdox.model.JavaType type, RModel model) QDoxParser.createType
(Class<?> type, RModel model) static RType
RType.doubleType
(RModel model) QDoxParser.getOrCreateType
(com.thoughtworks.qdox.model.JavaType type, RModel model) static RType
static RType
RType.stringType
(RModel model) static RType
Constructors in uk.co.terminological.rjava.plugin with parameters of type RModelModifierConstructorDescriptionRAnnotated
(RModel model, Map<String, Object> annotation, com.thoughtworks.qdox.model.JavaType type, String name) RClass
(RModel model, Map<String, Object> annotations, com.thoughtworks.qdox.model.JavaType type, String name, int dimensions, String description, String details) RMethod
(RModel model, RClass definingClass, Map<String, Object> annotations, String mname, String description, boolean isStatic, boolean isConstructor, boolean async, boolean future) RModelWriter
(RModel model, File target, String jarFileName, String rToPomPath, org.apache.maven.plugin.logging.Log log) RType
(RModel model, List<String> inputRCode, List<String> outputRCode, String JNIType, com.thoughtworks.qdox.model.JavaType type, String simpleName) RType
(RModel model, List<String> inputRCode, List<String> outputRCode, String JNIType, Class<?> type)