public class FakerMethodHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
private Method |
method |
private Object |
methodObject |
private String |
propertyName |
| Constructor and Description |
|---|
FakerMethodHolder(String propertyName,
Object methodObject,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
Object |
getMethodObject() |
String |
getPropertyName() |
Copyright © 2023 Apache NiFi Project. All rights reserved.