Uses of Class
org.dynamoframework.rest.model.EntityModelResponse
Packages that use EntityModelResponse
-
Uses of EntityModelResponse in org.dynamoframework.rest.model
Methods in org.dynamoframework.rest.model that return EntityModelResponseModifier and TypeMethodDescriptionEntityModelController.getActionEntityModel(String entityName, String actionId, String reference) Retrieves a nested entity model based on the main attribute name and the name of the attributeEntityModelController.getEntityModel(String entityName, String reference) Retrieves an entity model based on the name of the entityEntityModelController.getNestedEntityModel(String entityName, String attributeName, String reference) Retrieves a nested entity model based on entity name and the name of the attributeEntityModelController.getNestedEntityModel2(String entityName, String attributeName, String secondAttribute, String reference) Retrieves a nested entity model based on entity name and two nested attributesEntityModelMapper.mapEntityModel(EntityModel<?> model)