Uses of Class
eos.model.ObjectDetails
-
Packages that use ObjectDetails Package Description eos eos.cargo eos.model.web eos.processor -
-
Uses of ObjectDetails in eos
Methods in eos that return types with arguments of type ObjectDetails Modifier and Type Method Description Map<String,ObjectDetails>Eos.Cache. getObjects() -
Uses of ObjectDetails in eos.cargo
Methods in eos.cargo that return types with arguments of type ObjectDetails Modifier and Type Method Description Map<String,ObjectDetails>ObjectStorage. getObjects()Method parameters in eos.cargo with type arguments of type ObjectDetails Modifier and Type Method Description voidObjectStorage. setObjects(Map<String,ObjectDetails> objects) -
Uses of ObjectDetails in eos.model.web
Methods in eos.model.web that return ObjectDetails Modifier and Type Method Description ObjectDetailsEndpointMapping. getClassDetails()Methods in eos.model.web with parameters of type ObjectDetails Modifier and Type Method Description voidEndpointMapping. setClassDetails(ObjectDetails objectDetails) -
Uses of ObjectDetails in eos.processor
Methods in eos.processor that return ObjectDetails Modifier and Type Method Description protected ObjectDetailsInstanceProcessor. getObjectDetails(Class cls)Methods in eos.processor that return types with arguments of type ObjectDetails Modifier and Type Method Description Map<String,ObjectDetails>ElementProcessor. getAnnotatedClasses()Map<String,ObjectDetails>ElementProcessor. getHttpClasses()Methods in eos.processor with parameters of type ObjectDetails Modifier and Type Method Description protected voidEndpointProcessor. setBaseDetailsAdd(String path, EndpointMapping mapping, Method method, ObjectDetails objectDetails)protected voidEndpointProcessor. setDeleteMapping(Method method, ObjectDetails objectDetails)protected voidEndpointProcessor. setGetMapping(Method method, ObjectDetails objectDetails)protected voidEndpointProcessor. setPostMapping(Method method, ObjectDetails objectDetails)protected voidEndpointProcessor. setPutMapping(Method method, ObjectDetails objectDetails)Method parameters in eos.processor with type arguments of type ObjectDetails Modifier and Type Method Description protected voidElementProcessor. buildAddElement(Map.Entry<String,ObjectDetails> entry)
-