Uses of Class
com.azure.spring.cloudfoundry.environment.VcapPojo
-
Packages that use VcapPojo Package Description com.azure.spring.cloudfoundry.environment Package com.azure.spring.cloudfoundry.environment -
-
Uses of VcapPojo in com.azure.spring.cloudfoundry.environment
Methods in com.azure.spring.cloudfoundry.environment that return types with arguments of type VcapPojo Modifier and Type Method Description List<VcapPojo>VcapProcessor. parseVcapService(String vcapServices)Parses the VCap service.Constructors in com.azure.spring.cloudfoundry.environment with parameters of type VcapPojo Constructor Description VcapResult(org.springframework.core.env.ConfigurableEnvironment environment, VcapPojo[] pojos, boolean logFlag)Creates a new instance ofVcapResult.
-