Uses of Interface
org.springframework.data.repository.init.ResourceReader
Packages that use ResourceReader
Package
Description
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 ResourceReaderModifier and TypeClassDescriptionclass
AResourceReader
using Jackson to read JSON into objects.class
Methods in org.springframework.data.repository.init that return ResourceReaderModifier and TypeMethodDescriptionprotected abstract ResourceReader
AbstractRepositoryPopulatorFactoryBean.getResourceReader()
protected ResourceReader
Jackson2RepositoryPopulatorFactoryBean.getResourceReader()
protected ResourceReader
UnmarshallerRepositoryPopulatorFactoryBean.getResourceReader()
Constructors in org.springframework.data.repository.init with parameters of type ResourceReaderModifierConstructorDescriptionCreates a newResourceReaderRepositoryPopulator
using the givenResourceReader
.ResourceReaderRepositoryPopulator
(ResourceReader reader, ClassLoader classLoader)