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 ofModelinstance by name.Method parameters in dev.getelements.elements.rt.manifest.model with type arguments of type ModelModifier and TypeMethodDescriptionvoidModelManifest.setModelsByName(Map<String, Model> modelsByName) Sets the ampping ofModelby name.