Skip navigation links
A B C D L M O S 

A

ApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
Used to retrieve metadata about the configuration properties that can alter an application's behavior.
ApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
ApplicationConfigurationMetadataResolverAutoConfiguration - Class in org.springframework.cloud.dataflow.configuration.metadata
Automatically exposes an ApplicationConfigurationMetadataResolver if none is already registered.
ApplicationConfigurationMetadataResolverAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 

B

BootApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
An ApplicationConfigurationMetadataResolver that knows how to look inside Spring Boot uber-jars.
BootApplicationConfigurationMetadataResolver() - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootApplicationConfigurationMetadataResolver(ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
BootClassLoaderFactory - Class in org.springframework.cloud.dataflow.configuration.metadata
Strategy interface for creating a ClassLoader that mimics the one used when a boot uber-jar runs.
BootClassLoaderFactory(Archive, ClassLoader) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
Create a new factory for dealing with the given boot uberjar archive.

C

createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
For resolvers that support it, create a new ClassLoader that is able to load classes for the given app.
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
createAppClassLoader(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
createClassLoader() - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootClassLoaderFactory
 

D

DelegatingApplicationConfigurationMetadataResolver - Class in org.springframework.cloud.dataflow.configuration.metadata
An ApplicationConfigurationMetadataResolver that tries several delegates in turn, returning the results of the first one that supports(Resource) an app.
DelegatingApplicationConfigurationMetadataResolver(ApplicationConfigurationMetadataResolver...) - Constructor for class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 

L

listProperties(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
 
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
Return metadata about configuration properties that are documented via Spring Boot configuration metadata and visible in an app.
listProperties(Archive, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
listProperties(Resource, boolean) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 

M

metadataResolver() - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolverAutoConfiguration
 

O

org.springframework.cloud.dataflow.configuration.metadata - package org.springframework.cloud.dataflow.configuration.metadata
Root package of Spring Cloud Data Flow Configuration Metadata.

S

supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver
Returns whether this resolver supports the given app.
supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.BootApplicationConfigurationMetadataResolver
 
supports(Resource) - Method in class org.springframework.cloud.dataflow.configuration.metadata.DelegatingApplicationConfigurationMetadataResolver
 
A B C D L M O S 
Skip navigation links

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.