Package org.apache.solr.client.api.util
Interface ReflectWritable
-
- All Known Implementing Classes:
AsyncJerseyResponse,BackupDeletionResponseBody,DeleteCollectionSnapshotResponse,ErrorInfo,ErrorInfo.ErrorMetadata,GetAliasByNameResponse,GetAliasPropertyResponse,GetAllAliasPropertiesResponse,ListAliasesResponse,ListCollectionBackupsResponse,ListCollectionsResponse,ListConfigsetsResponse,PublicKeyResponse,PurgeUnusedResponse,SolrJerseyResponse,SolrJerseyResponse.ResponseHeader,SubResponseAccumulatingJerseyResponse
public interface ReflectWritableA marker interface used by v2 POJOs to indicate they contain annotations that can be written out via reflection.Used primarily by custom serialization/deserialization codepaths that don't natively recognize (e.g.) Jackson annotations.