private static enum SoftProxies.CollectErrorsOrCreateExtractedProxy extends java.lang.Enum<SoftProxies.CollectErrorsOrCreateExtractedProxy> implements net.sf.cglib.proxy.CallbackFilter
Enum Constant and Description |
---|
FILTER |
Modifier and Type | Field and Description |
---|---|
private static int |
ERROR_COLLECTOR_INDEX |
private static int |
PROXIFY_RESULT_INDEX |
Modifier and Type | Method and Description |
---|---|
int |
accept(java.lang.reflect.Method method) |
private boolean |
isExtractingMethod(java.lang.reflect.Method method) |
private boolean |
isFilteredOnMethod(java.lang.reflect.Method method) |
private boolean |
isOptionalAssertFlatMap(java.lang.reflect.Method method) |
private boolean |
isOptionalAssertMap(java.lang.reflect.Method method) |
private boolean |
keepProxifying(java.lang.reflect.Method method) |
static SoftProxies.CollectErrorsOrCreateExtractedProxy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoftProxies.CollectErrorsOrCreateExtractedProxy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftProxies.CollectErrorsOrCreateExtractedProxy FILTER
private static final int ERROR_COLLECTOR_INDEX
private static final int PROXIFY_RESULT_INDEX
public static SoftProxies.CollectErrorsOrCreateExtractedProxy[] values()
for (SoftProxies.CollectErrorsOrCreateExtractedProxy c : SoftProxies.CollectErrorsOrCreateExtractedProxy.values()) System.out.println(c);
public static SoftProxies.CollectErrorsOrCreateExtractedProxy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int accept(java.lang.reflect.Method method)
accept
in interface net.sf.cglib.proxy.CallbackFilter
private boolean keepProxifying(java.lang.reflect.Method method)
private boolean isExtractingMethod(java.lang.reflect.Method method)
private boolean isFilteredOnMethod(java.lang.reflect.Method method)
private boolean isOptionalAssertMap(java.lang.reflect.Method method)
private boolean isOptionalAssertFlatMap(java.lang.reflect.Method method)