ImmutableStencilConfig |
ImmutableStencilConfig.Builder.build() |
|
static ImmutableStencilConfig |
ImmutableStencilConfig.copyOf(StencilConfig instance) |
|
ImmutableStencilConfig |
ImmutableStencilConfig.withAuthorProvider(StencilConfig.AuthorProvider value) |
Copy the current immutable object by setting a value for the authorProvider attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withClient(io.resys.thena.docdb.api.DocDB value) |
Copy the current immutable object by setting a value for the client attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withDeserializer(StencilConfig.Deserializer value) |
Copy the current immutable object by setting a value for the deserializer attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withGidProvider(StencilConfig.GidProvider value) |
Copy the current immutable object by setting a value for the gidProvider attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withHeadName(String value) |
Copy the current immutable object by setting a value for the headName attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper value) |
Copy the current immutable object by setting a value for the objectMapper attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withRepoName(String value) |
Copy the current immutable object by setting a value for the repoName attribute.
|
ImmutableStencilConfig |
ImmutableStencilConfig.withSerializer(StencilConfig.Serializer value) |
Copy the current immutable object by setting a value for the serializer attribute.
|