Package org.apache.solr.client.api.util
Interface ReflectWritable
-
- All Known Implementing Classes:
AsyncJerseyResponse
,BackupDeletionResponseBody
,CreateCollectionBackupResponseBody
,CreateCollectionSnapshotResponse
,CreateCoreSnapshotResponse
,DeleteCollectionSnapshotResponse
,DeleteSnapshotResponse
,ErrorInfo
,ErrorInfo.ErrorMetadata
,FileStoreDirectoryListingResponse
,FileStoreJsonFileResponse
,FlexibleSolrJerseyResponse
,GetAliasByNameResponse
,GetAliasPropertyResponse
,GetAllAliasPropertiesResponse
,GetNodeCommandStatusResponse
,ListAliasesResponse
,ListCollectionBackupsResponse
,ListCollectionsResponse
,ListConfigsetsResponse
,ListCoreSnapshotsResponse
,PublicKeyResponse
,PurgeUnusedResponse
,SchemaInfoResponse
,SchemaNameResponse
,SchemaSimilarityResponse
,SchemaUniqueKeyResponse
,SchemaVersionResponse
,SchemaZkVersionResponse
,SolrJerseyResponse
,SolrJerseyResponse.ResponseHeader
,SubResponseAccumulatingJerseyResponse
,UploadToFileStoreResponse
public interface ReflectWritable
A 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.