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