Class | Description |
---|---|
AbstractObjectResolver |
Basic Connector implementations like getter and Setter of contentResolver, objectResolver.
|
FilteredObjectResolverWrapper |
Wrapper to add a
Filter which is used before the given ObjectResolver is called. |
JavaXMLBeansObjectResolver |
This ObjectResolver convert a byte[] to an Object with the
XMLDecoder . |
SpringConfigObjectResolver |
This implementation parses a Spring-Beans XML File and returns the Object from the generated Spring Application
Context.
|
UnionObjectResolver |
The UnionObjectResolver can be an container for many other
ObjectResolver
which will be processed in sequence. |
Copyright © 2008–2014. All rights reserved.