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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classAResourceReaderusing Jackson to read JSON into objects.classMethods in org.springframework.data.repository.init that return ResourceReaderModifier and TypeMethodDescriptionprotected abstract ResourceReaderAbstractRepositoryPopulatorFactoryBean.getResourceReader()protected ResourceReaderJackson2RepositoryPopulatorFactoryBean.getResourceReader()Deprecated, for removal: This API element is subject to removal in a future version.protected ResourceReaderJacksonRepositoryPopulatorFactoryBean.getResourceReader()protected ResourceReaderUnmarshallerRepositoryPopulatorFactoryBean.getResourceReader()Constructors in org.springframework.data.repository.init with parameters of type ResourceReaderModifierConstructorDescriptionCreates a newResourceReaderRepositoryPopulatorusing the givenResourceReader.ResourceReaderRepositoryPopulator(ResourceReader reader, @Nullable ClassLoader classLoader)
JacksonResourceReader.