public class ReturnAccess extends AccessStrategy
AccessStrategy for method return values.| Constructor and Description |
|---|
ReturnAccess(Type returnType)
Create a new ReturnAccess instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object instance) |
ElementType |
getElementType() |
Type |
getJavaType() |
String |
getPropertyName() |
public ReturnAccess(Type returnType)
returnType - public Object get(Object instance)
get in class AccessStrategypublic ElementType getElementType()
getElementType in class AccessStrategypublic Type getJavaType()
getJavaType in class AccessStrategypublic String getPropertyName()
getPropertyName in class AccessStrategyCopyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.