Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacoVK/tapir
/ getEntity
Method
getEntity
src/main/java/core/upload/FormData.java:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
private
CoreEntity entity;
20
21
public
<T extends CoreEntity> T getEntity() {
22
return
(T) entity;
23
}
24
25
public
<T extends CoreEntity>
void
setEntity(T entity) {
26
this.entity = entity;
Callers
15
getCorrectStatusWhenRuntimeExceptionOccurs
Method · 0.80
toResponse
Method · 0.80
getCorrectStatusWhenModuleNotFoundExceptionOccurs
Method · 0.80
getCorrectStatusWhenReportNotFoundExceptionOccurs
Method · 0.80
getCorrectStatusWhenRuntimeExceptionOccurs
Method · 0.80
getCorrectStatusWhenRegistryComplianceExceptionOccurs
Method · 0.80
indexHasDocuments
Method · 0.80
getEntities
Method · 0.80
doRequestAndReturnEntity
Method · 0.80
uploadModule
Method · 0.80
uploadProvider
Method · 0.80
uploadModule
Method · 0.80
Calls
no outgoing calls
Tested by
6
getCorrectStatusWhenRuntimeExceptionOccurs
Method · 0.64
toResponse
Method · 0.64
getCorrectStatusWhenModuleNotFoundExceptionOccurs
Method · 0.64
getCorrectStatusWhenReportNotFoundExceptionOccurs
Method · 0.64
getCorrectStatusWhenRuntimeExceptionOccurs
Method · 0.64
getCorrectStatusWhenRegistryComplianceExceptionOccurs
Method · 0.64