jnr.ffi.mapper
Interface ToNativeContext

All Known Implementing Classes:
MethodParameterContext, SimpleNativeContext

public interface ToNativeContext


Method Summary
 Collection<Annotation> getAnnotations()
          Gets a sorted list of annotations
 Runtime getRuntime()
          Gets the Runtime used 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 the Runtime used for the conversion.

Returns:
The runtime used for the conversion.


Copyright © 2013. All Rights Reserved.