public static class InterceptorBindingTranslator.TranslationResults extends Object
Modifier and Type | Field and Description |
---|---|
Set<EjbInterceptor> |
allInterceptorClasses |
List<EjbInterceptor> |
classInterceptorChain |
Map<MethodDescriptor,List<EjbInterceptor>> |
methodInterceptorsMap |
Constructor and Description |
---|
TranslationResults() |
public Set<EjbInterceptor> allInterceptorClasses
public List<EjbInterceptor> classInterceptorChain
public Map<MethodDescriptor,List<EjbInterceptor>> methodInterceptorsMap
Copyright © 2018. All rights reserved.