Package jnr.ffi.mapper
Class DefaultSignatureType
java.lang.Object
jnr.ffi.mapper.DefaultSignatureType
- All Implemented Interfaces:
SignatureType
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSignatureType(Class declaredClass, Collection<Annotation> annotations, Type genericType) -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultSignatureTypecreate(Class type, FromNativeContext context) static DefaultSignatureTypecreate(Class type, ToNativeContext context) booleaninthashCode()
-
Constructor Details
-
DefaultSignatureType
public DefaultSignatureType(Class declaredClass, Collection<Annotation> annotations, Type genericType)
-
-
Method Details
-
getDeclaredType
- Specified by:
getDeclaredTypein interfaceSignatureType
-
getAnnotations
- Specified by:
getAnnotationsin interfaceSignatureType
-
getGenericType
- Specified by:
getGenericTypein interfaceSignatureType
-
equals
-
hashCode
public int hashCode() -
create
-
create
-