public static enum BridgeMethodResolver.Simple.Factory extends Enum<BridgeMethodResolver.Simple.Factory> implements BridgeMethodResolver.Factory
Enum Constant and Description |
---|
CALL_BRIDGE |
FAIL_FAST |
FAIL_ON_REQUEST |
Modifier and Type | Method and Description |
---|---|
BridgeMethodResolver |
make(MethodList relevant) |
static BridgeMethodResolver.Simple.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeMethodResolver.Simple.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BridgeMethodResolver.Simple.Factory FAIL_FAST
public static final BridgeMethodResolver.Simple.Factory FAIL_ON_REQUEST
public static final BridgeMethodResolver.Simple.Factory CALL_BRIDGE
public static BridgeMethodResolver.Simple.Factory[] values()
for (BridgeMethodResolver.Simple.Factory c : BridgeMethodResolver.Simple.Factory.values()) System.out.println(c);
public static BridgeMethodResolver.Simple.Factory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic BridgeMethodResolver make(MethodList relevant)
make
in interface BridgeMethodResolver.Factory
Copyright © 2014. All rights reserved.