Spring Data Core

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

Packages that use ResourceReader
org.springframework.data.repository.init Support for repository initialization using XML and JSON. 
 

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

Classes in org.springframework.data.repository.init that implement ResourceReader
 class Jackson2ResourceReader
          A ResourceReader using Jackson to read JSON into objects.
 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  ResourceReader Jackson2RepositoryPopulatorFactoryBean.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 reader, ClassLoader classLoader)
          Createsa a new ResourceReaderRepositoryPopulator using the given ResourceReader and ClassLoader.
 


Spring Data Core

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