Uses of Class
org.jboss.weld.interceptor.reader.TargetClassInterceptorMetadata
Packages that use TargetClassInterceptorMetadata
Package
Description
-
Uses of TargetClassInterceptorMetadata in org.jboss.weld.interceptor.builder
Methods in org.jboss.weld.interceptor.builder with parameters of type TargetClassInterceptorMetadataModifier and TypeMethodDescriptionvoidInterceptionModelBuilder.setTargetClassInterceptorMetadata(TargetClassInterceptorMetadata targetClassInterceptorMetadata) -
Uses of TargetClassInterceptorMetadata in org.jboss.weld.interceptor.reader
Fields in org.jboss.weld.interceptor.reader declared as TargetClassInterceptorMetadataModifier and TypeFieldDescriptionstatic final TargetClassInterceptorMetadataTargetClassInterceptorMetadata.EMPTY_INSTANCEMethods in org.jboss.weld.interceptor.reader that return TargetClassInterceptorMetadataModifier and TypeMethodDescriptionInterceptorMetadataReader.getTargetClassInterceptorMetadata(EnhancedAnnotatedType<T> type) TargetClassInterceptorMetadata.of(Map<InterceptionType, List<Method>> interceptorMethodMap) -
Uses of TargetClassInterceptorMetadata in org.jboss.weld.interceptor.spi.model
Methods in org.jboss.weld.interceptor.spi.model that return TargetClassInterceptorMetadataModifier and TypeMethodDescriptionInterceptionModel.getTargetClassInterceptorMetadata()Returns the interceptor metadata for the component class of this component.