Package com.dyuproject.ioc

Interface Summary
Resource.Resolver A Resource resolver that basically allows it to be read via Resource.getReader().
 

Class Summary
AbstractResolver Base class for resolvers
ApplicationContext The context where you can find/get objects configured via json
ClasspathResolver A resolver that resolves a resource by loading it from the classpath.
Context The parsing context
DefaultConvertorCache The default convertor cache which creates a DefaultPojoConvertor for a given pojo.
DefaultParser The default parser which allows the occurrence of $ in json text.
DefaultPojoConvertor The default pojo convertor trasparently handles a Reference.
DefaultPojoConvertor.DefaultSetter  
DefaultResolver The default resolver which delegates the resolution to FileResolver, URLResolver and ClasspathResolver.
FileResolver A resolver that resolves a resource by from the filesystem.
Parser Base class for a parser.
ResolverCollection A composite resolver which wraps an map of resolvers.
Resource An arbitrary resource where you can obtain a Reader to read data.
URLResolver A resolver that resolves a resource by opening the stream to the URL.
 



Copyright © 2008-2013. All Rights Reserved.