public static interface BeanArchiveService.BeanArchiveInformation
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowProxyingClasses() |
List<String> |
getAlternativeClasses() |
List<String> |
getAlternativeStereotypes() |
String |
getBdaUrl() |
BeanArchiveService.BeanDiscoveryMode |
getBeanDiscoveryMode() |
List<String> |
getDecorators() |
List<String> |
getExcludedClasses() |
List<String> |
getExcludedPackages() |
List<String> |
getInterceptors() |
String |
getVersion() |
boolean |
isClassExcluded(String clazz) |
boolean |
isPackageExcluded(String packageName) |
String getBdaUrl()
String getVersion()
null if not setBeanArchiveService.BeanDiscoveryMode getBeanDiscoveryMode()
boolean isClassExcluded(String clazz)
boolean isPackageExcluded(String packageName)
List<String> getInterceptors()
List<String> getDecorators()
List<String> getAlternativeClasses()
List<String> getAlternativeStereotypes()
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.