Package org.apache.solr.jersey
Interface APIConfigProvider<T extends APIConfigProvider.APIConfig>
-
- All Known Implementing Classes:
ReplicationHandler
public interface APIConfigProvider<T extends APIConfigProvider.APIConfig>
Interface to be implemented by the Request Handlers that need to provide some custom configuration to the V2 APIs
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
APIConfigProvider.APIConfig
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getConfigClass()
T
provide()
-