| Package | Description |
|---|---|
| configuration |
| Modifier and Type | Method and Description |
|---|---|
ClassProvider.ProvideFrom |
ClassProvider.provideFrom()
Defines what the provider requires as input to provide the output class.
|
static ClassProvider.ProvideFrom |
ClassProvider.ProvideFrom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassProvider.ProvideFrom[] |
ClassProvider.ProvideFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClassProvider(ClassProvider.ProvideFrom provideFrom,
java.util.function.Function<String,String> provide)
Provider to create a custom path to a class after receiving a path from the given
ClassProvider.ProvideFrom. |
Copyright © 2019. All rights reserved.