Uses of Class
io.quarkus.arc.deployment.devui.Name
-
Packages that use Name Package Description io.quarkus.arc.deployment.devui -
-
Uses of Name in io.quarkus.arc.deployment.devui
Methods in io.quarkus.arc.deployment.devui that return Name Modifier and Type Method Description static NameName. from(org.jboss.jandex.AnnotationInstance annotation)static NameName. from(org.jboss.jandex.DotName dotName)static NameName. from(org.jboss.jandex.Type type)NameDevBeanInfo. getDeclaringClass()NameDevObserverInfo. getDeclaringClass()NameDevDecoratorInfo. getDecoratorClass()NameDevDecoratorInfo. getDelegateType()NameDevInterceptorInfo. getInterceptorClass()NameDevObserverInfo. getObservedType()NameDevBeanInfo. getProviderType()NameDevBeanInfo. getScope()Methods in io.quarkus.arc.deployment.devui 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.devui with parameters of type Name Modifier and Type Method Description intName. compareTo(Name other)Constructors in io.quarkus.arc.deployment.devui 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<jakarta.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, jakarta.enterprise.event.Reception reception, jakarta.enterprise.event.TransactionPhase transactionPhase)Constructor parameters in io.quarkus.arc.deployment.devui 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<jakarta.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, jakarta.enterprise.event.Reception reception, jakarta.enterprise.event.TransactionPhase transactionPhase)
-