| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSupportConfig |
ImmutableSupportConfig.Builder.build()
Builds a new
ImmutableSupportConfig. |
static ImmutableSupportConfig |
ImmutableSupportConfig.copyOf(SupportConfig instance)
Creates an immutable copy of a
SupportConfig value. |
ImmutableSupportConfig |
ImmutableSupportConfig.withMessageOnException(BiFunction<Class<?>,Exception,String> value)
Copy the current immutable object by setting a value for the
messageOnException attribute. |
ImmutableSupportConfig |
ImmutableSupportConfig.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableSupportConfig |
ImmutableSupportConfig.withSupportUrl(String value)
Copy the current immutable object by setting a value for the
supportUrl attribute. |
Copyright © 2022. All rights reserved.