Uses of Interface
com.levigo.jadice.annotation.AnnotationCustomizer
Packages that use AnnotationCustomizer
Package
Description
-
Uses of AnnotationCustomizer in com.levigo.jadice.annotation
Subinterfaces of AnnotationCustomizer in com.levigo.jadice.annotation -
Uses of AnnotationCustomizer in com.levigo.jadice.annotation.profiles
Methods in com.levigo.jadice.annotation.profiles that return types with arguments of type AnnotationCustomizerModifier and TypeMethodDescriptionAnnotationFactory.getCustomizerFactories()
Deprecated.This method is for XML umarshalling use onlyAnnotationFactory.getCustomizers()
Method parameters in com.levigo.jadice.annotation.profiles with type arguments of type AnnotationCustomizerModifier and TypeMethodDescriptionvoid
AnnotationFactory.setCustomizerFactories
(List<NameBasedFactory<AnnotationCustomizer>> customizerFactories) -
Uses of AnnotationCustomizer in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return types with arguments of type AnnotationCustomizerModifier and TypeMethodDescriptionstatic List
<AnnotationCustomizer> AnnotationProfileHelper.getAnnotationCustomizers()
-
Uses of AnnotationCustomizer in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper that return types with arguments of type AnnotationCustomizerModifier and TypeMethodDescriptionstatic List
<AnnotationCustomizer> Annotations.getAnnotationCustomizers()
AList
of all registeredannotation customizers
.