public class PortSchemaFunction extends Object implements Function<org.apache.nifi.web.api.dto.PortDTO,PortSchema>
| Modifier and Type | Field and Description |
|---|---|
private String |
wrapperName |
| Constructor and Description |
|---|
PortSchemaFunction(String wrapperName) |
| Modifier and Type | Method and Description |
|---|---|
PortSchema |
apply(org.apache.nifi.web.api.dto.PortDTO portDTO) |
private final String wrapperName
public PortSchemaFunction(String wrapperName)
public PortSchema apply(org.apache.nifi.web.api.dto.PortDTO portDTO)
apply in interface Function<org.apache.nifi.web.api.dto.PortDTO,PortSchema>Copyright © 2023 Apache NiFi Project. All rights reserved.