Either define the JSONMapper class for the annotated entity or a factory to create one.
May be applied either to a class, to a public field or a public getter method in a @JSONBean annotated class.
Must either implement a JSONMapper if T is the annotated class or JSONMapperFactory and have
a no-argument constructor.