DelimiterAccessor.DelimiterProperty
public interface DelimiterAccessor
Modifier and Type | Interface | Description |
---|---|---|
static interface |
DelimiterAccessor.DelimiterBuilder<B extends DelimiterAccessor.DelimiterBuilder<B>> |
Provides a builder method for a delimiter property returning the builder
for applying multiple build operations.
|
static interface |
DelimiterAccessor.DelimiterMutator |
Provides a mutator for a delimiter property.
|
static interface |
DelimiterAccessor.DelimiterProperty |
Provides a delimiter property.
|
Modifier and Type | Method | Description |
---|---|---|
char |
getDelimiter() |
Retrieves the delimiter from the delimiter property.
|
Copyright © 2021. All rights reserved.