jnr.ffi.mapper
Class DefaultSignatureType
java.lang.Object
jnr.ffi.mapper.DefaultSignatureType
- All Implemented Interfaces:
- SignatureType
public final class DefaultSignatureType
- extends Object
- implements SignatureType
DefaultSignatureType
public DefaultSignatureType(Class declaredClass,
Collection<Annotation> annotations,
Type genericType)
getDeclaredType
public Class getDeclaredType()
- Specified by:
getDeclaredType in interface SignatureType
getAnnotations
public Collection<Annotation> getAnnotations()
- Specified by:
getAnnotations in interface SignatureType
getGenericType
public Type getGenericType()
- Specified by:
getGenericType in interface SignatureType
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
create
public static DefaultSignatureType create(Class type,
FromNativeContext context)
create
public static DefaultSignatureType create(Class type,
ToNativeContext context)
Copyright © 2013. All Rights Reserved.