public static enum ReactiveWrappers.ReactiveLibrary extends Enum<ReactiveWrappers.ReactiveLibrary>
Enum Constant and Description |
---|
PROJECT_REACTOR |
RXJAVA1 |
RXJAVA2 |
Modifier and Type | Method and Description |
---|---|
static ReactiveWrappers.ReactiveLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReactiveWrappers.ReactiveLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactiveWrappers.ReactiveLibrary PROJECT_REACTOR
public static final ReactiveWrappers.ReactiveLibrary RXJAVA1
public static final ReactiveWrappers.ReactiveLibrary RXJAVA2
public static ReactiveWrappers.ReactiveLibrary[] values()
for (ReactiveWrappers.ReactiveLibrary c : ReactiveWrappers.ReactiveLibrary.values()) System.out.println(c);
public static ReactiveWrappers.ReactiveLibrary 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 nullCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.