Top "Mapping" questions

Corresponding every element of a given set to a unique element of another set or it may refer to a process of creating data element mappings between two distinct data models (objects)

Jackson Mapper post-construct

I am using the Jackson ObjectMapper to deserialize some JSON into a Java class, which we'll call PlayerData. I would …

java mapping jackson
Mapping A Sphere To A Cube

There is a special way of mapping a cube to a sphere described here: http://mathproofs.blogspot.com/2005/07/mapping-cube-to-sphere.html …

math geometry mapping
AutoMapper: What is the difference between ForMember() and ForPath()?

I am reading AutoMapper's ReverseMap() and I can not understand the difference between ForMember() and ForPath(). Implementations was described here. …

c# mapping automapper automapper-6
Entity Framework 4.1 code first approach: how to define length of properties

As the title implies: how is it possible to tell Entity Framework 4.1 in code first approach, that i do want …

mapping ef-code-first entity-framework-4.1
How to enable Map Local over https with Charles Proxy?

I'm using Charles Proxy's handy Map Local tool to develop CSS documents. This way I can immediately see my edits …

configuration https proxy mapping charles-proxy
Fluent NHibernate HasManyToMany() Mapping

I am having a problem in Fluent NHibernate example utilizing the Many-to-Many relationships. I tried to find out examples on …

nhibernate orm mapping fluent
Using Web.SiteMap with Dynamic URLS (URL Routing)

I would like to match "approximate" matches in Web.SiteMap The Web.Sitemap static sitemap provider works well, except for …

mapping url-routing sitemap wildcard sitemapnode
Where to place @SqlResultSetMapping in case of @ConstructorResult

I'm trying to map a non-entity pojo with the createNativeQuery method of entityManager of jpa. By using something like this @…

jpa mapping entitymanager
Algorithm to map an interval to a smaller interval

I tried searching, but due to the nature of my question, I was unable to find something satisfactory. My problem …

algorithm mapping distribution
Mapping to a CFC in ColdFusion

In my application I have all my CFC's in a cfc folder. From the site root I can access them …

coldfusion mapping cfc