Package com.sun.jna

Class FromNativeContext

  • java.lang.Object
    • com.sun.jna.FromNativeContext
    • Constructor Summary

      Constructors 
      Constructor Description
      FromNativeContext​(java.lang.Class<?> javaType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getTargetType()
      The desired Java type of the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FromNativeContext

        FromNativeContext​(java.lang.Class<?> javaType)
    • Method Detail

      • getTargetType

        public java.lang.Class<?> getTargetType()
        The desired Java type of the result.