public class AdapterMapImpl extends java.lang.Object implements AdapterMap, java.io.Serializable
AdapterMap annotation.| Constructor and Description |
|---|
AdapterMapImpl(java.lang.Class<? extends IAdaptable> value)
Creates a new
AdapterMapImpl with the given IAdaptable
type as its value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IAdaptable> |
adaptableType() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public AdapterMapImpl(java.lang.Class<? extends IAdaptable> value)
AdapterMapImpl with the given IAdaptable
type as its value.value - The IAdaptable type being used as value of this
AdapterMapImpl.public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic java.lang.Class<? extends IAdaptable> adaptableType()
public boolean equals(java.lang.Object obj)
equals in interface java.lang.annotation.Annotationequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.lang.annotation.AnnotationhashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.ObjectCopyright (c) 2014 itemis AG and others. All rights reserved.