public class ReferenceModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceModel.Builder |
static class |
ReferenceModel.Scope |
Modifier and Type | Method and Description |
---|---|
boolean |
dynamic() |
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
Class<?> |
getBeanClass() |
CollectionType |
getCollectionType() |
Type |
getInjectionPointType() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<?> |
getServiceType() |
String |
getTarget() |
boolean |
optional() |
ExtendedReferenceTemplateDTO |
toDTO() |
String |
toString() |
boolean |
unary() |
public javax.enterprise.inject.spi.Annotated getAnnotated()
public Class<?> getBeanClass()
public CollectionType getCollectionType()
public Type getInjectionPointType()
public String getName()
public Set<Annotation> getQualifiers()
public Class<?> getServiceType()
public String getTarget()
public boolean dynamic()
public boolean optional()
public ExtendedReferenceTemplateDTO toDTO()
public boolean unary()
Copyright © 2019 The Apache Software Foundation. All rights reserved.