Uses of Class
io.quarkus.arc.deployment.devconsole.Name
-
Packages that use Name Package Description io.quarkus.arc.deployment.devconsole -
-
Uses of Name in io.quarkus.arc.deployment.devconsole
Methods in io.quarkus.arc.deployment.devconsole that return Name Modifier and Type Method Description static Name
Name. from(org.jboss.jandex.AnnotationInstance annotation)
static Name
Name. from(org.jboss.jandex.DotName dotName)
static Name
Name. from(org.jboss.jandex.Type type)
Name
DevBeanInfo. getDeclaringClass()
Name
DevObserverInfo. getDeclaringClass()
Name
DevDecoratorInfo. getDecoratorClass()
Name
DevDecoratorInfo. getDelegateType()
Name
DevInterceptorInfo. getInterceptorClass()
Name
DevObserverInfo. getObservedType()
Name
DevBeanInfo. getProviderType()
Name
DevBeanInfo. getScope()
Methods in io.quarkus.arc.deployment.devconsole that return types with arguments of type Name Modifier and Type Method Description Set<Name>
DevInterceptorInfo. getBindings()
Set<Name>
DevDecoratorInfo. getDelegateQualifiers()
Set<Name>
DevBeanInfo. getNonDefaultQualifiers()
Set<Name>
DevBeanInfo. getQualifiers()
List<Name>
DevObserverInfo. getQualifiers()
Set<Name>
DevBeanInfo. getTypes()
Methods in io.quarkus.arc.deployment.devconsole with parameters of type Name Modifier and Type Method Description int
Name. compareTo(Name other)
Constructors in io.quarkus.arc.deployment.devconsole with parameters of type Name Constructor Description DevBeanInfo(String id, DevBeanKind kind, boolean isApplicationBean, Name providerType, String memberName, Set<Name> types, Set<Name> qualifiers, Name scope, Name declaringClass, List<String> boundInterceptors, boolean isGenerated)
DevInterceptorInfo(String id, Name interceptorClass, Set<Name> bindings, int priority, Map<javax.enterprise.inject.spi.InterceptionType,org.jboss.jandex.MethodInfo> intercepts, boolean isApplicationBean)
DevObserverInfo(boolean isApplicationObserver, Name declaringClass, String methodName, Name observedType, List<Name> qualifiers, int priority, boolean isAsync, javax.enterprise.event.Reception reception, javax.enterprise.event.TransactionPhase transactionPhase)
Constructor parameters in io.quarkus.arc.deployment.devconsole with type arguments of type Name Constructor Description DevBeanInfo(String id, DevBeanKind kind, boolean isApplicationBean, Name providerType, String memberName, Set<Name> types, Set<Name> qualifiers, Name scope, Name declaringClass, List<String> boundInterceptors, boolean isGenerated)
DevInterceptorInfo(String id, Name interceptorClass, Set<Name> bindings, int priority, Map<javax.enterprise.inject.spi.InterceptionType,org.jboss.jandex.MethodInfo> intercepts, boolean isApplicationBean)
DevObserverInfo(boolean isApplicationObserver, Name declaringClass, String methodName, Name observedType, List<Name> qualifiers, int priority, boolean isAsync, javax.enterprise.event.Reception reception, javax.enterprise.event.TransactionPhase transactionPhase)
-