Uses of Interface
org.technologybrewery.fermenter.stout.transfer.TransferObject
-
Packages that use TransferObject Package Description org.technologybrewery.fermenter.stout.client.service -
-
Uses of TransferObject in org.technologybrewery.fermenter.stout.client.service
Methods in org.technologybrewery.fermenter.stout.client.service that return types with arguments of type TransferObject Modifier and Type Method Description protected List<TransferObject>LocalOptimizationUtil.BusinessObjectCollectionJsonOutputStream. doRead(InputStream istream)protected ValueServiceResponse<TransferObject>LocalOptimizationUtil.BusinessObjectJsonOutputStream. doRead(InputStream istream)Methods in org.technologybrewery.fermenter.stout.client.service with parameters of type TransferObject Modifier and Type Method Description static ObjectLocalOptimizationUtil. convertToBusinessObjectViaJson(TransferObject transferObject, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a TransferObject to a corresponding BusinessObject.Method parameters in org.technologybrewery.fermenter.stout.client.service with type arguments of type TransferObject Modifier and Type Method Description static ObjectLocalOptimizationUtil. convertToBusinessObjectViaJson(Collection<? extends TransferObject> transferObjectList, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a List of TransferObjects to a List of corresponding BusinessObjects.static ObjectLocalOptimizationUtil. convertToBusinessObjectViaJson(FindByExampleCriteria<? extends TransferObject> criteria, com.fasterxml.jackson.databind.ObjectMapper objectMapper)ConvertsFindByExampleCriteriawith a TransferObject probe to a one containing the equivalent BusinessObject probe.static Class<?>LocalOptimizationUtil. lookupBusinessObjectClassByTransferObject(Class<? extends TransferObject> transferObjectClass)Finds the BusinessObject class corresponding to a given TransferObject class.Constructor parameters in org.technologybrewery.fermenter.stout.client.service with type arguments of type TransferObject Constructor Description TransferObjectJsonOutputStream(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<? extends TransferObject> transferObjectClass)New instance.
-