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 classReturnTypeFactory.AptReturnTypeImplementation of return type.private static classReturnTypeFactory.VoidReturnTypeFields in org.jboss.logging.processor.apt declared as ReturnType Modifier and Type Field Description private ReturnTypeMessageMethodBuilder.AptMessageMethod. returnTypeMethods in org.jboss.logging.processor.apt that return ReturnType Modifier and Type Method Description static ReturnTypeReturnTypeFactory. of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror returnType, MessageMethod method)ReturnTypeMessageMethodBuilder.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 ReturnTypeMessageMethod. returnType()Returns the return type for the method.
-