ImmutableDialobClientConfig |
ImmutableDialobClientConfig.Builder.build() |
|
static ImmutableDialobClientConfig |
ImmutableDialobClientConfig.copyOf(DialobClientConfig instance) |
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withAsyncFunctionInvoker(AsyncFunctionInvoker value) |
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withCache(DialobCache value) |
Copy the current immutable object by setting a value for the cache attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withCompiler(DialobProgramFromFormCompiler value) |
Copy the current immutable object by setting a value for the compiler attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withErrorHandler(DialobErrorHandler value) |
Copy the current immutable object by setting a value for the errorHandler attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withEventPublisher(QuestionnaireEventPublisher value) |
Copy the current immutable object by setting a value for the eventPublisher attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withFactory(DialobSessionEvalContextFactory value) |
Copy the current immutable object by setting a value for the factory attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withMapper(DialobClient.TypesMapper value) |
Copy the current immutable object by setting a value for the mapper attribute.
|
ImmutableDialobClientConfig |
ImmutableDialobClientConfig.withStore(DialobStore value) |
Copy the current immutable object by setting a value for the store attribute.
|