org.springframework.data.repository.init
Interface ResourceReader

All Known Implementing Classes:
JacksonResourceReader, UnmarshallingResourceReader

public interface ResourceReader

Author:
Oliver Gierke

Nested Class Summary
static class ResourceReader.Type
           
 
Method Summary
 Object readFrom(org.springframework.core.io.Resource resource, ClassLoader classLoader)
           
 

Method Detail

readFrom

Object readFrom(org.springframework.core.io.Resource resource,
                ClassLoader classLoader)
                throws Exception
Throws:
Exception


Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.