public final class DefaultSignatureType extends Object implements SignatureType
| Constructor and Description |
|---|
DefaultSignatureType(Class declaredClass,
Collection<Annotation> annotations,
Type genericType) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSignatureType |
create(Class type,
FromNativeContext context) |
static DefaultSignatureType |
create(Class type,
ToNativeContext context) |
boolean |
equals(Object o) |
Collection<Annotation> |
getAnnotations() |
Class |
getDeclaredType() |
Type |
getGenericType() |
int |
hashCode() |
public DefaultSignatureType(Class declaredClass, Collection<Annotation> annotations, Type genericType)
public Class getDeclaredType()
getDeclaredType in interface SignatureTypepublic Collection<Annotation> getAnnotations()
getAnnotations in interface SignatureTypepublic Type getGenericType()
getGenericType in interface SignatureTypepublic static DefaultSignatureType create(Class type, FromNativeContext context)
public static DefaultSignatureType create(Class type, ToNativeContext context)
Copyright © 2017. All rights reserved.