Uses of Interface
org.jboss.logging.processor.model.ReturnType
-
Packages that use ReturnType Package Description org.jboss.logging.processor.apt org.jboss.logging.processor.model -
-
Uses of ReturnType in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ReturnType Modifier and Type Class Description private static class
ReturnTypeFactory.AptReturnType
Implementation of return type.private static class
ReturnTypeFactory.VoidReturnType
Fields in org.jboss.logging.processor.apt declared as ReturnType Modifier and Type Field Description private ReturnType
MessageMethodBuilder.AptMessageMethod. returnType
Methods in org.jboss.logging.processor.apt that return ReturnType Modifier and Type Method Description static ReturnType
ReturnTypeFactory. of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror returnType, MessageMethod method)
ReturnType
MessageMethodBuilder.AptMessageMethod. returnType()
-
Uses of ReturnType in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return ReturnType Modifier and Type Method Description ReturnType
MessageMethod. returnType()
Returns the return type for the method.
-