final class ReturnTypeFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ReturnTypeFactory.AptReturnType
Implementation of return type.
|
Modifier | Constructor and Description |
---|---|
private |
ReturnTypeFactory()
Private constructor for factory.
|
Modifier and Type | Method and Description |
---|---|
static ReturnType |
of(javax.lang.model.util.Elements elements,
javax.lang.model.util.Types types,
javax.lang.model.type.TypeMirror returnType,
MessageMethod method) |
public static ReturnType of(javax.lang.model.util.Elements elements, javax.lang.model.util.Types types, javax.lang.model.type.TypeMirror returnType, MessageMethod method)