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 TypeClassDescriptionclassAResourceReaderusing Jackson to read JSON into objects.classMethods in org.springframework.data.repository.init that return ResourceReaderModifier and TypeMethodDescriptionprotected abstract ResourceReaderAbstractRepositoryPopulatorFactoryBean.getResourceReader()protected ResourceReaderJackson2RepositoryPopulatorFactoryBean.getResourceReader()protected ResourceReaderUnmarshallerRepositoryPopulatorFactoryBean.getResourceReader()Constructors in org.springframework.data.repository.init with parameters of type ResourceReaderModifierConstructorDescriptionCreates a newResourceReaderRepositoryPopulatorusing the givenResourceReader.ResourceReaderRepositoryPopulator(ResourceReader reader, ClassLoader classLoader)