3 Replies Latest reply on Dec 14, 2008 2:38 PM by aloubyansky

    Setting the default XmlJavaTypeAdapter for a class

    starksm64

      I'm finding I need to specify a @XmlJavaTypeAdapter(CollapsedStringAdapter.class) annotation on many string fields for web.xml settings whose underlying type is a path or FQN for example. Is there a way to set this as the default type adapter for all java.lang.String property types globally?