Uses of Class
org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier
-
Packages that use AnnotatedTypeIdentifier Package Description org.jboss.weld JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.slim JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.slim.backed JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.slim.unbacked JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.logging Allocated message IDs:org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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. 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)
-