Package jnr.ffi.provider.jffi
Class SimpleNativeContext
java.lang.Object
jnr.ffi.provider.jffi.SimpleNativeContext
- All Implemented Interfaces:
FromNativeContext
,ToNativeContext
-
Method Summary
Modifier and TypeMethodDescriptionGets a sorted list of annotationsfinal Runtime
Gets theRuntime
used for the conversion.
-
Method Details
-
getAnnotations
Description copied from interface:ToNativeContext
Gets a sorted list of annotations- Specified by:
getAnnotations
in interfaceFromNativeContext
- Specified by:
getAnnotations
in interfaceToNativeContext
- Returns:
- a sorted list of annotations for this native type
-
getRuntime
Description copied from interface:ToNativeContext
Gets theRuntime
used for the conversion.- Specified by:
getRuntime
in interfaceFromNativeContext
- Specified by:
getRuntime
in interfaceToNativeContext
- Returns:
- The runtime used for the conversion.
-