Interface MappingResourceHolder

  • All Known Implementing Classes:
    CustomMappings

    public interface MappingResourceHolder
    Interface that isolates methods for registering resources for a mapping service.
    • Method Detail

      • setMappingResource

        void setMappingResource​(org.springframework.core.io.Resource resource)
        Registers a mapping resource.
        Parameters:
        resource - mapping resource
      • setMappingResources

        void setMappingResources​(Collection<? extends org.springframework.core.io.Resource> resources)
        Registers a collection of mapping resources
        Parameters:
        resources - mapping resources
      • getMappingResources

        Collection<? extends org.springframework.core.io.Resource> getMappingResources()
        Returns:
        registerd mapping resources