Package org.kuali.rice.core.util.jaxb
Class StringTrimmingAdapter
-
public class StringTrimmingAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,String>
An XML adapter that simply performs a null-safe trim on the value to be marshalled or unmarshalled.Only use this adapter when it is necessary for the remaining whitespace-related characters to remain as-is.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description StringTrimmingAdapter()
-