All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.katharsis.resource.registry.RepositoryEntryBuilder Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.katharsis.resource.registry;

import io.katharsis.resource.registry.repository.ResourceEntry;
import io.katharsis.resource.registry.repository.ResponseRelationshipEntry;

import java.util.List;

/**
 * Using class of this type it's possible to build instances of repository entries, which can be used by other parts of
 * the library.
 */
public interface RepositoryEntryBuilder {

    ResourceEntry buildResourceRepository(ResourceLookup lookup, Class resourceClass);

    List> buildRelationshipRepositories(ResourceLookup lookup, Class resourceClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy