public class ServiceKeyImpl<T> extends Object implements ServiceKey<T>
ServiceKey.Builder<T>| Constructor and Description |
|---|
ServiceKeyImpl(Type serviceType,
Class<T> serviceClass,
Collection<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Qualifiers |
getQualifiers() |
Class<T> |
getServiceClass() |
Type |
getServiceType() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfrom, of, of, ofpublic ServiceKeyImpl(Type serviceType, Class<T> serviceClass, Collection<Annotation> qualifiers)
public Type getServiceType()
getServiceType in interface ServiceKey<T>public Class<T> getServiceClass()
getServiceClass in interface ServiceKey<T>public Qualifiers getQualifiers()
getQualifiers in interface ServiceKey<T>Copyright © 2016. All rights reserved.