Class FallbackConfig
- java.lang.Object
-
- io.smallrye.faulttolerance.config.GenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>
-
- io.smallrye.faulttolerance.config.FallbackConfig
-
public class FallbackConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>
- Author:
- Antoine Sabot-Durand
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLY_ONstatic StringFALLBACK_METHODstatic StringSKIP_ONstatic StringVALUE-
Fields inherited from class io.smallrye.faulttolerance.config.GenericConfig
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method
-
-
Constructor Summary
Constructors Constructor Description FallbackConfig(Class<?> beanClass, Method method)FallbackConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Class<?>>getKeysToType()voidvalidate()-
Methods inherited from class io.smallrye.faulttolerance.config.GenericConfig
get, get, getConfig, getConfigKeyForClass, getConfigKeyForMethod, getMethodInfo
-
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
FALLBACK_METHOD
public static final String FALLBACK_METHOD
- See Also:
- Constant Field Values
-
APPLY_ON
public static final String APPLY_ON
- See Also:
- Constant Field Values
-
SKIP_ON
public static final String SKIP_ON
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate()
- Specified by:
validatein classGenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>
-
getKeysToType
protected Map<String,Class<?>> getKeysToType()
- Specified by:
getKeysToTypein classGenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>
-
-