Skip to content

greatdiviner/sian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sian

JAXB cannot handle a nested java.util.Map correctly: Map<K, List> listValuedMap, or Map<K, Set> setValuedMap. To solve such problem, you have 2 choices:

  1. workaround - introduce a intermediate class to hold the nested List or Set.
  2. adapter - introduce a customized adapter.

GenericMapAdapter, GenericListValuedMapAdapter and GenericSetValuedAdapter are adapters for you to referrence.

About

Java utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages