Package io.quarkus.arc.processor
Class DecoratorInfo
java.lang.Object
io.quarkus.arc.processor.BeanInfo
io.quarkus.arc.processor.DecoratorInfo
- All Implemented Interfaces:
InjectionTargetInfo,Comparable<DecoratorInfo>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
InjectionTargetInfo.TargetKind -
Field Summary
Fields inherited from class io.quarkus.arc.processor.BeanInfo
qualifiers, scope, target, types, unrestrictedTypes -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(DecoratorInfo other) Set<org.jboss.jandex.Type>Set<org.jboss.jandex.AnnotationInstance>org.jboss.jandex.Typeorg.jboss.jandex.ClassInfobooleanbooleantoString()Methods inherited from class io.quarkus.arc.processor.BeanInfo
asBean, equals, getAllInjectionPoints, getAlternativePriority, getBeanClass, getBoundDecorators, getBoundInterceptors, getClientProxyPackageName, getDeclaringBean, getDisposer, getIdentifier, getImplClazz, getInterceptedMethodsBindings, getName, getPriority, getProviderType, getQualifier, getQualifiers, getScope, getStereotypes, getTarget, getTargetPackageName, getType, getTypes, getUnrestrictedTypes, hasAroundInvokeInterceptors, hasAroundInvokeInterceptorWithBinding, hasDefaultQualifiers, hasDestroyLogic, hashCode, hasInjectionPoint, hasLifecycleInterceptors, hasType, isAlternative, isAssignableTo, isClassBean, isDefaultBean, isForceApplicationClass, isInterceptor, isProducer, isProducerField, isProducerMethod, isRemovable, isStaticProducer, isSynthetic, kindMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.arc.processor.InjectionTargetInfo
asDisposer, asObserver
-
Method Details
-
getDelegateInjectionPoint
-
getDelegateType
public org.jboss.jandex.Type getDelegateType() -
getDelegateTypeClass
public org.jboss.jandex.ClassInfo getDelegateTypeClass() -
getDelegateQualifiers
-
getDecoratedTypes
-
isAbstract
public boolean isAbstract() -
isDecorator
public boolean isDecorator()- Overrides:
isDecoratorin classBeanInfo
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<DecoratorInfo>
-