org.springframework.data.hadoop.config.common.annotation.configurers
Interface ResourceConfigure<I>
- Type Parameters:
I - The type of an interface of B
- All Superinterfaces:
- AnnotationConfigurerBuilder<I>
- All Known Implementing Classes:
- ResourceConfigurer
public interface ResourceConfigure<I>
- extends AnnotationConfigurerBuilder<I>
Interface for ResourceConfigurer which act
as intermediate gatekeeper between a user and
an AnnotationConfigurer.
- Author:
- Janne Valkealahti
resource
ResourceConfigure<I> resource(java.util.Set<org.springframework.core.io.Resource> resources)
resource
ResourceConfigure<I> resource(org.springframework.core.io.Resource resource)
resource
ResourceConfigure<I> resource(java.lang.String resource)