public static class TypeMarshaller.PrimitiveTypeMarshaller
extends Object
Works for all types that have a 'copy constructor', a toString() representation and a valueOf() method (all
primitive wrapper types and java.lang.String). Will only be used in case text/plain was specified as mime type.