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