Package jnr.ffi.mapper
Interface FromNativeContext
-
- All Known Implementing Classes:
MethodResultContext,SimpleNativeContext
public interface FromNativeContextContext for conversion from native to Java.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Annotation>getAnnotations()Gets a sorted list of annotationsRuntimegetRuntime()Gets theRuntimeused for the conversion.
-
-
-
Method Detail
-
getAnnotations
Collection<Annotation> getAnnotations()
Gets a sorted list of annotations- Returns:
- a sorted list of annotations for this native type
-
getRuntime
Runtime getRuntime()
Gets theRuntimeused for the conversion.- Returns:
- The runtime used for the conversion.
-
-