public class PadLeft extends Padding
DEFAULT_PADDING_STRING| Constructor and Description |
|---|
PadLeft(RecordPathSegment inputStringPath,
RecordPathSegment desiredLengthPath,
boolean absolute) |
PadLeft(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 PadLeft(RecordPathSegment inputStringPath, RecordPathSegment desiredLengthPath, RecordPathSegment paddingStringPath, boolean absolute)
public PadLeft(RecordPathSegment inputStringPath, RecordPathSegment desiredLengthPath, boolean absolute)
Copyright © 2023 Apache NiFi Project. All rights reserved.