Package | Description |
---|---|
org.glassfish.jersey.jackson |
Jersey classes supporting JSON media type processing based on Jackson.
|
Modifier and Type | Method and Description |
---|---|
JacksonFeature |
JacksonFeature.maxStringLength(int maxStringLength)
Sets the
MessageProperties.JSON_MAX_STRING_LENGTH property to a provided value. |
static JacksonFeature |
JacksonFeature.withExceptionMappers()
Create JacksonFeature with working Jackson's exception mappers
|
static JacksonFeature |
JacksonFeature.withoutExceptionMappers()
Create JacksonFeature without registered Jackson's exception mappers
|
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.