public final class ScriptTypeBeanParser extends Object
The actual bean type is a runtime class so that different objects adhering to the general factory contracts used with scripted beans will work.
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
Logger.
|
| Modifier | Constructor and Description |
|---|---|
private |
ScriptTypeBeanParser()
Private c'tor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
parseScriptType(Class type,
Element element)
Parse and return a builder for a bean adhering to the contract of ScriptedType.
|
@Nonnull private static final org.slf4j.Logger LOG
@Nonnull public static org.springframework.beans.factory.support.BeanDefinitionBuilder parseScriptType(@Nonnull Class type, @Nonnull Element element)
type - type of object to buildelement - root of XML configurationCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.