public static class CloudScanHelper.ApplicationInstanceInfoWrapper
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean<org.springframework.cloud.app.ApplicationInstanceInfo>
| Constructor and Description |
|---|
ApplicationInstanceInfoWrapper(org.springframework.cloud.Cloud cloud) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.app.ApplicationInstanceInfo |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
public ApplicationInstanceInfoWrapper(org.springframework.cloud.Cloud cloud)
public org.springframework.cloud.app.ApplicationInstanceInfo getObject()
throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.cloud.app.ApplicationInstanceInfo>java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.cloud.app.ApplicationInstanceInfo>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.cloud.app.ApplicationInstanceInfo>