Package io.meeds.deeds.web.rest.utils
Class EntityMapper
java.lang.Object
io.meeds.deeds.web.rest.utils.EntityMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeedMetadataPresentationbuild(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata) static DeedTenantPresentationbuild(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant) static org.springframework.http.ResponseEntity<DeedMetadataPresentation>getDeedMetadataResponse(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata) static org.springframework.http.ResponseEntity<DeedTenantPresentation>getDeedTenantResponse(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant)
-
Method Details
-
getDeedTenantResponse
public static org.springframework.http.ResponseEntity<DeedTenantPresentation> getDeedTenantResponse(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant) -
getDeedMetadataResponse
public static org.springframework.http.ResponseEntity<DeedMetadataPresentation> getDeedMetadataResponse(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata) -
build
public static DeedMetadataPresentation build(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata) -
build
public static DeedTenantPresentation build(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant)
-