Spring Data Commons

Uses of Interface
org.springframework.data.repository.init.ResourceReader

Packages that use ResourceReader
org.springframework.data.repository.init   
 

Uses of ResourceReader in org.springframework.data.repository.init
 

Classes in org.springframework.data.repository.init that implement ResourceReader
 class JacksonResourceReader
          A ResourceReader using Jackson to read JSON into objects.
 class UnmarshallingResourceReader
           
 

Methods in org.springframework.data.repository.init that return ResourceReader
protected  ResourceReader UnmarshallerRepositoryPopulatorFactoryBean.getResourceReader()
           
protected  ResourceReader JacksonRepositoryPopulatorFactoryBean.getResourceReader()
           
protected abstract  ResourceReader AbstractRepositoryPopulatorFactoryBean.getResourceReader()
           
 

Constructors in org.springframework.data.repository.init with parameters of type ResourceReader
ResourceReaderRepositoryPopulator(ResourceReader reader)
          Creates a new ResourceReaderRepositoryPopulator using the given ResourceReader.
ResourceReaderRepositoryPopulator(ResourceReader resourceReader, ClassLoader classLoader)
          Createsa a new ResourceReaderRepositoryPopulator using the given ResourceReader and ClassLoader.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.