Package jnr.ffi.mapper
Class MethodResultContext
java.lang.Object
jnr.ffi.mapper.MethodResultContext
- All Implemented Interfaces:
FromNativeContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Collection<Annotation>
private final Method
private final Runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a sorted list of annotationsGets theRuntime
used for the conversion.
-
Field Details
-
runtime
-
method
-
annotations
-
-
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.
-