Uses of Class
org.eclipse.microprofile.fault.tolerance.tck.config.ConfigAnnotationAsset
Packages that use ConfigAnnotationAsset
-
Uses of ConfigAnnotationAsset in org.eclipse.microprofile.fault.tolerance.tck.config
Methods in org.eclipse.microprofile.fault.tolerance.tck.config that return ConfigAnnotationAssetModifier and TypeMethodDescriptionConfigAnnotationAsset.autoscaleClass
(Class<?> clazz) Generate config which scales the timeout values of all annotations on the classConfigAnnotationAsset.autoscaleMethod
(Class<?> clazz, String method) Generate config which scales the timeout values of all annotations on a single methodConfigAnnotationAsset.mergeProperties
(Properties properties) ConfigAnnotationAsset.set
(Class<?> clazz, String method, Class<? extends Annotation> annotation, String parameter, String value) Configure a parameter on an annotation applied to a methodConfigAnnotationAsset.setGlobally
(Class<? extends Annotation> annotation, String parameter, String value) Configure the parameter of an annotation globallyConfigAnnotationAsset.setValue
(Class<?> clazz, String method, Class<? extends Annotation> annotation, String value) Configure thevalue
parameter on an annotation applied to a method