Returns a reference to the JsonFactory for streaming creation @return The JsonFactory object
()
| 358 | * @return The JsonFactory object |
| 359 | */ |
| 360 | public final static JsonFactory getFactory() { |
| 361 | return jsonMapper.getFactory(); |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Helper class for deserializing UID type enum from human readable strings |
no outgoing calls