Class FallbackConfigImpl
- java.lang.Object
-
- io.smallrye.faulttolerance.config.FallbackConfigImpl
-
- All Implemented Interfaces:
Config,FallbackConfig,Annotation
public final class FallbackConfigImpl extends Object implements FallbackConfig
Automatically generated from theFallbackConfigconfig interface, do not modify.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()Class<? extends Throwable>[]applyOn()Class<?>beanClass()static FallbackConfigImplcreate(FaultToleranceMethod method)StringfallbackMethod()booleanisOnMethod()voidmaterialize()MethodDescriptormethod()Class<? extends Throwable>[]skipOn()Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>>value()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Methods inherited from interface io.smallrye.faulttolerance.config.FallbackConfig
validate
-
-
-
-
Method Detail
-
create
public static FallbackConfigImpl create(FaultToleranceMethod method)
-
method
public MethodDescriptor method()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()
- Specified by:
isOnMethodin interfaceConfig
-
value
public Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>> value()
-
fallbackMethod
public String fallbackMethod()
-
materialize
public void materialize()
- Specified by:
materializein interfaceConfig
-
-