@Immutable
public class MetaHolder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaHolder.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MetaHolder.Builder |
builder() |
java.lang.reflect.Method |
getAjcMethod() |
java.lang.Object[] |
getArgs() |
java.lang.reflect.Method |
getCacheKeyMethod() |
Closure |
getClosure() |
ExecutionType |
getCollapserExecutionType() |
java.lang.String |
getDefaultCollapserKey() |
java.lang.String |
getDefaultCommandKey() |
java.lang.String |
getDefaultGroupKey() |
ExecutionType |
getExecutionType() |
ExecutionType |
getFallbackExecutionType() |
java.lang.reflect.Method |
getFallbackMethod() |
HystrixCollapser |
getHystrixCollapser() |
HystrixCommand |
getHystrixCommand() |
org.aspectj.lang.JoinPoint |
getJoinPoint() |
java.lang.reflect.Method |
getMethod() |
java.lang.Object |
getObj() |
java.lang.Class<?>[] |
getParameterTypes() |
java.lang.Object |
getProxyObj() |
boolean |
hasFallbackMethod() |
boolean |
hasFallbackMethodCommand() |
boolean |
isCollapser() |
boolean |
isExtendedFallback() |
boolean |
isExtendedParentFallback() |
boolean |
isFallback() |
public static MetaHolder.Builder builder()
public HystrixCollapser getHystrixCollapser()
public HystrixCommand getHystrixCommand()
public java.lang.reflect.Method getMethod()
public java.lang.reflect.Method getCacheKeyMethod()
public java.lang.reflect.Method getAjcMethod()
public java.lang.Object getObj()
public java.lang.Object getProxyObj()
public Closure getClosure()
public ExecutionType getExecutionType()
public ExecutionType getCollapserExecutionType()
public java.lang.Object[] getArgs()
public java.lang.String getDefaultGroupKey()
public java.lang.String getDefaultCommandKey()
public java.lang.String getDefaultCollapserKey()
public java.lang.Class<?>[] getParameterTypes()
public boolean isCollapser()
public org.aspectj.lang.JoinPoint getJoinPoint()
public java.lang.reflect.Method getFallbackMethod()
public boolean hasFallbackMethod()
public boolean isExtendedParentFallback()
public boolean hasFallbackMethodCommand()
public boolean isFallback()
public boolean isExtendedFallback()
public ExecutionType getFallbackExecutionType()