Package jnr.ffi.mapper
Class MethodResultContext
java.lang.Object
jnr.ffi.mapper.MethodResultContext
- All Implemented Interfaces:
FromNativeContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a sorted list of annotationsGets theRuntime
used for the conversion.
-
Constructor Details
-
MethodResultContext
-
-
Method Details
-
getMethod
-
getAnnotations
Description copied from interface:FromNativeContext
Gets a sorted list of annotations- Specified by:
getAnnotations
in interfaceFromNativeContext
- Returns:
- a sorted list of annotations for this native type
-
getRuntime
Description copied from interface:FromNativeContext
Gets theRuntime
used for the conversion.- Specified by:
getRuntime
in interfaceFromNativeContext
- Returns:
- The runtime used for the conversion.
-