Uses of Class
dev.getelements.elements.rt.manifest.model.Model
Packages that use Model
-
Uses of Model in dev.getelements.elements.rt.jackson
Methods in dev.getelements.elements.rt.jackson that return ModelModifier and TypeMethodDescriptionObjectMapperModelIntrospector.introspectClassForModel
(Class<?> cls, RemoteScope remoteScope) -
Uses of Model in dev.getelements.elements.rt.manifest.model
Methods in dev.getelements.elements.rt.manifest.model that return ModelModifier and TypeMethodDescriptionModelIntrospector.introspectClassForModel
(Class<?> cls, RemoteScope remoteScope) Methods in dev.getelements.elements.rt.manifest.model that return types with arguments of type ModelModifier and TypeMethodDescriptionModelManifest.getModelsByName()
Gets a mapping ofModel
instance by name.Method parameters in dev.getelements.elements.rt.manifest.model with type arguments of type ModelModifier and TypeMethodDescriptionvoid
ModelManifest.setModelsByName
(Map<String, Model> modelsByName) Sets the ampping ofModel
by name.