Uses of Class
io.quarkus.arc.deployment.devui.Name
Packages that use Name
-
Uses of Name in io.quarkus.arc.deployment.devui
Methods in io.quarkus.arc.deployment.devui that return NameModifier and TypeMethodDescriptionstatic NameName.from(org.jboss.jandex.AnnotationInstance annotation) static NameName.from(org.jboss.jandex.DotName dotName) static NameName.from(org.jboss.jandex.Type type) DevBeanInfo.getDeclaringClass()DevObserverInfo.getDeclaringClass()DevDecoratorInfo.getDecoratorClass()DevDecoratorInfo.getDelegateType()DevInterceptorInfo.getInterceptorClass()DevObserverInfo.getObservedType()DevBeanInfo.getProviderType()DevBeanInfo.getScope()Methods in io.quarkus.arc.deployment.devui that return types with arguments of type NameModifier and TypeMethodDescriptionDevInterceptorInfo.getBindings()DevDecoratorInfo.getDelegateQualifiers()DevBeanInfo.getNonDefaultQualifiers()DevBeanInfo.getQualifiers()DevObserverInfo.getQualifiers()DevBeanInfo.getTypes()Methods in io.quarkus.arc.deployment.devui with parameters of type NameConstructors in io.quarkus.arc.deployment.devui with parameters of type NameModifierConstructorDescriptionDevBeanInfo(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) (package private)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 NameModifierConstructorDescriptionDevBeanInfo(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) (package private)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)