Uses of Class
org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier
-
Packages that use AnnotatedTypeIdentifier Package Description org.jboss.weld org.jboss.weld.annotated.slim org.jboss.weld.annotated.slim.backed org.jboss.weld.annotated.slim.unbacked org.jboss.weld.bean org.jboss.weld.logging Allocated message IDs:org.jboss.weld.resources -
-
Uses of AnnotatedTypeIdentifier in org.jboss.weld
Methods in org.jboss.weld with parameters of type AnnotatedTypeIdentifier Modifier and Type Method Description static ContainerContainer. instance(AnnotatedTypeIdentifier identifier) -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return AnnotatedTypeIdentifier Modifier and Type Method Description static AnnotatedTypeIdentifierAnnotatedTypeIdentifier. forBackedAnnotatedType(String contextId, Class<?> javaClass, Type type, String bdaId)static AnnotatedTypeIdentifierAnnotatedTypeIdentifier. forBackedAnnotatedType(String contextId, Class<?> javaClass, Type type, String bdaId, String suffix)static AnnotatedTypeIdentifierAnnotatedTypeIdentifier. forModifiedAnnotatedType(AnnotatedTypeIdentifier originalIdentifier)static AnnotatedTypeIdentifierAnnotatedTypeIdentifier. of(String contextId, String bdaId, String className, String suffix, boolean modified)Methods in org.jboss.weld.annotated.slim with parameters of type AnnotatedTypeIdentifier Modifier and Type Method Description static AnnotatedTypeIdentifierAnnotatedTypeIdentifier. forModifiedAnnotatedType(AnnotatedTypeIdentifier originalIdentifier)Constructors in org.jboss.weld.annotated.slim with parameters of type AnnotatedTypeIdentifier Constructor Description SerializationProxy(AnnotatedTypeIdentifier identifier) -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed that return AnnotatedTypeIdentifier Modifier and Type Method Description AnnotatedTypeIdentifierBackedAnnotatedType. getIdentifier() -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.annotated.slim.unbacked
Methods in org.jboss.weld.annotated.slim.unbacked that return AnnotatedTypeIdentifier Modifier and Type Method Description AnnotatedTypeIdentifierUnbackedAnnotatedType. getIdentifier() -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type AnnotatedTypeIdentifier Modifier and Type Method Description static StringBeanIdentifiers. forManagedBean(AnnotatedTypeIdentifier identifier)static StringBeanIdentifiers. forProducerMethod(AnnotatedTypeIdentifier identifier, int memberIndex)Constructors in org.jboss.weld.bean with parameters of type AnnotatedTypeIdentifier Constructor Description ManagedBeanIdentifier(AnnotatedTypeIdentifier typeIdentifier)ProducerMethodIdentifier(AnnotatedTypeIdentifier typeIdentifier, int memberIndex) -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.logging
Methods in org.jboss.weld.logging with parameters of type AnnotatedTypeIdentifier Modifier and Type Method Description IllegalStateExceptionMetadataLogger_$logger. annotatedTypeDeserializationFailure(AnnotatedTypeIdentifier identifier)IllegalStateExceptionMetadataLogger. annotatedTypeDeserializationFailure(AnnotatedTypeIdentifier identifier) -
Uses of AnnotatedTypeIdentifier in org.jboss.weld.resources
Methods in org.jboss.weld.resources with parameters of type AnnotatedTypeIdentifier Modifier and Type Method Description <T> SlimAnnotatedType<T>ClassTransformer. getSlimAnnotatedTypeById(AnnotatedTypeIdentifier id)
-