PathTransformation.Operation.Builder |
PathTransformation.Builder.addOperationsBuilder() |
A list of operations to apply.
|
PathTransformation.Operation.Builder |
PathTransformation.Builder.addOperationsBuilder(int index) |
A list of operations to apply.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.clear() |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.clearMergeSlashes() |
Enable merging adjacent slashes.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.clearNormalizePathRfc3986() |
Enable path normalization per RFC 3986.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.clearOperationSpecifier() |
|
PathTransformation.Operation.Builder |
PathTransformation.Builder.getOperationsBuilder(int index) |
A list of operations to apply.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.mergeFrom(PathTransformation.Operation other) |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.mergeMergeSlashes(PathTransformation.Operation.MergeSlashes value) |
Enable merging adjacent slashes.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.mergeNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986 value) |
Enable path normalization per RFC 3986.
|
static PathTransformation.Operation.Builder |
PathTransformation.Operation.newBuilder() |
|
static PathTransformation.Operation.Builder |
PathTransformation.Operation.newBuilder(PathTransformation.Operation prototype) |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.newBuilderForType() |
|
protected PathTransformation.Operation.Builder |
PathTransformation.Operation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.setMergeSlashes(PathTransformation.Operation.MergeSlashes value) |
Enable merging adjacent slashes.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.setMergeSlashes(PathTransformation.Operation.MergeSlashes.Builder builderForValue) |
Enable merging adjacent slashes.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986 value) |
Enable path normalization per RFC 3986.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.Builder.setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986.Builder builderForValue) |
Enable path normalization per RFC 3986.
|
PathTransformation.Operation.Builder |
PathTransformation.Operation.toBuilder() |
|