public class FallbackConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLY_ON |
static String |
FALLBACK_METHOD |
static String |
SKIP_ON |
static String |
VALUE |
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method| Constructor and Description |
|---|
FallbackConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod) |
FallbackConfig(Class<?> beanClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Class<?>> |
getKeysToType() |
void |
validate() |
get, get, getConfig, getConfigKeyForClass, getConfigKeyForMethod, getMethodInfopublic static final String VALUE
public static final String FALLBACK_METHOD
public static final String APPLY_ON
public static final String SKIP_ON
public FallbackConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
public void validate()
validate in class GenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>protected Map<String,Class<?>> getKeysToType()
getKeysToType in class GenericConfig<org.eclipse.microprofile.faulttolerance.Fallback>Copyright © 2018–2020. All rights reserved.