| Class | Description |
|---|---|
| AttributeConfigurator |
Provides a specific set of Attribute members to configure.
|
| BeanConfigurator<T> |
wrapper class to handle presentation of a bean-definition. at a time, only one BeanConfigurator is active. this
instance will be registered to the environment to be usable as something like a singleton from outside.
|
| ExpressionDescriptor<T> |
describes an expression through its expression-pattern. tries to identifiy the type of expression and creates an
instance of
AbstractExpression through ExpressionDescriptor.toInstance(). provides some helpers to identify a string
value (see ExpressionDescriptor.isHtml(String), ExpressionDescriptor.isURL(String), ExpressionDescriptor.isJSON(String). |
Copyright © 2012–2020. All rights reserved.