Package jnr.ffi.mapper
Interface FromNativeContext
- All Known Implementing Classes:
MethodResultContext
,SimpleNativeContext
public interface FromNativeContext
Context for conversion from native to Java.
-
Method Summary
Modifier and TypeMethodDescriptionGets a sorted list of annotationsGets theRuntime
used for the conversion.
-
Method Details
-
getAnnotations
Collection<Annotation> getAnnotations()Gets a sorted list of annotations- Returns:
- a sorted list of annotations for this native type
-
getRuntime
Runtime getRuntime()Gets theRuntime
used for the conversion.- Returns:
- The runtime used for the conversion.
-