public class KnoxServiceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<KnoxService>
| Modifier and Type | Field and Description |
|---|---|
private KnoxService |
knoxService |
private NiFiProperties |
properties |
| Constructor and Description |
|---|
KnoxServiceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
KnoxService |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setProperties(NiFiProperties properties) |
private KnoxService knoxService
private NiFiProperties properties
public KnoxService getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<KnoxService>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<KnoxService>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<KnoxService>public void setProperties(NiFiProperties properties)
Copyright © 2023 Apache NiFi Project. All rights reserved.