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 classImplementation of return type.private static classFields in org.jboss.logging.processor.apt declared as ReturnTypeModifier and TypeFieldDescriptionprivate ReturnTypeMessageMethodBuilder.AptMessageMethod.returnTypeMethods in org.jboss.logging.processor.apt that return ReturnTypeModifier and TypeMethodDescriptionstatic ReturnTypeReturnTypeFactory.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.