| Class | Description |
|---|---|
| AbstractSpringExpressionEvaluator<T,U> |
A component that evaluates a Spring EL expression against a set of inputs
and returns the result.
|
| AnnotationParameterNameDiscoverer |
An implementation of
ParameterNameDiscoverer that is driven by the ParameterName Annotation. |
| ApplicationContextBuilder |
Fluent builder for a
FilesystemGenericApplicationContext equipped with various standard features,
behavior, converters, etc. |
| BaseSpringNamespaceHandler |
A base class for
NamespaceHandler implementations. |
| EmbeddedAndSchemaAwareReader |
An extension to our
SchemaTypeAwareBeanDefinitionDocumentReader which, in addition
allows parsing of embedded <beans> statements (by the native spring parsers). |
| SchemaTypeAwareBeanDefinitionDocumentReader |
An extension to the standard
DefaultBeanDefinitionDocumentReader that uses a
SchemaTypeAwareBeanDefinitionParserDelegate delegate for processing bean definitions. |
| SchemaTypeAwareBeanDefinitionParserDelegate |
An extension to the standard
BeanDefinitionParserDelegate that adds support for retrieving
NamespaceHandler by schema type, as well as element QName, when resolving custom elements. |
| SchemaTypeAwareXMLBeanDefinitionReader |
An extension to the standard
XmlBeanDefinitionReader that defaults some settings. |
| SpringExpressionFunction<T,U> |
Function whose output is defined by an Spring EL expression.
|
| SpringExpressionPredicate<T> |
Predicate whose condition is defined by an Spring EL expression.
|
| SpringSupport |
Helper class for performing some common Spring-related functions.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.