public class PadRight extends Padding
DEFAULT_PADDING_STRING| Constructor and Description |
|---|
PadRight(RecordPathSegment inputStringPath,
RecordPathSegment desiredLengthPath,
boolean absolute) |
PadRight(RecordPathSegment inputStringPath,
RecordPathSegment desiredLengthPath,
RecordPathSegment paddingStringPath,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doPad(String inputString,
int desiredLength,
String pad) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompilepublic PadRight(RecordPathSegment inputStringPath, RecordPathSegment desiredLengthPath, RecordPathSegment paddingStringPath, boolean absolute)
public PadRight(RecordPathSegment inputStringPath, RecordPathSegment desiredLengthPath, boolean absolute)
Copyright © 2023 Apache NiFi Project. All rights reserved.