Uses of Interface
org.jboss.logging.processor.model.ReturnType
Packages that use ReturnType
-
Uses of ReturnType in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ReturnTypeModifier and TypeClassDescriptionprivate static class
Implementation of return type.private static class
Fields in org.jboss.logging.processor.apt declared as ReturnTypeModifier and TypeFieldDescriptionprivate ReturnType
MessageMethodBuilder.AptMessageMethod.returnType
Methods in org.jboss.logging.processor.apt that return ReturnTypeModifier and TypeMethodDescriptionstatic ReturnType
ReturnTypeFactory.of
(ProcessingEnvironment processingEnv, TypeMirror returnType, MessageMethod method) MessageMethodBuilder.AptMessageMethod.returnType()
-
Uses of ReturnType in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return ReturnTypeModifier and TypeMethodDescriptionMessageMethod.returnType()
Returns the return type for the method.