- JacksonAutoConfiguration - Class in com.holonplatform.json.jackson.spring.boot
-
Spring boot auto-configuration to configure Jackson ObjectMapper bean, registering serializers and
deserializers for PropertyBox type handling.
- JacksonAutoConfiguration() - Constructor for class com.holonplatform.json.jackson.spring.boot.JacksonAutoConfiguration
-
- JacksonConfiguration - Class in com.holonplatform.json.jackson
-
Utility class to handle Jackson configuration.
- JacksonFeature - Class in com.holonplatform.json.jackson.jaxrs
-
JAX-RS Feature to register Jackson PropertyBox JSON serializers/deserializers and context resolver
for properly configured ObjectMapper.
- JacksonFeature() - Constructor for class com.holonplatform.json.jackson.jaxrs.JacksonFeature
-
- jacksonObjectMapperPostProcessor() - Static method in class com.holonplatform.json.jackson.spring.boot.JacksonAutoConfiguration
-
- JAXRS_DISABLE_GSON_AUTO_CONFIG - Static variable in class com.holonplatform.json.gson.jaxrs.GsonFeature
-
Property name to put in JAX-RS application configuration to disable Gson provider (message body reader and
writer) and context resolver auto-configuration.
- JAXRS_DISABLE_GSON_CONTEXT_RESOLVER - Static variable in class com.holonplatform.json.gson.jaxrs.GsonFeature
-
Property name to put in JAX-RS application configuration to disable Gson context resolver auto-configuration only
(message body reader and writer will be auto-configured).
- JAXRS_DISABLE_JACKSON_AUTO_CONFIG - Static variable in class com.holonplatform.json.jackson.jaxrs.JacksonFeature
-
Property name to put in JAX-RS application configuration to disable Jackson provider (message body reader and
writer) and context resolver auto-configuration.
- JAXRS_DISABLE_JACKSON_CONTEXT_RESOLVER - Static variable in class com.holonplatform.json.jackson.jaxrs.JacksonFeature
-
Property name to put in JAX-RS application configuration to disable Jackson context resolver auto-configuration
only (message body reader and writer will be auto-configured).
- JAXRS_JSON_PRETTY_PRINT - Static variable in class com.holonplatform.json.gson.jaxrs.GsonFeature
-
Property name to put in JAX-RS application configuration to enable JSON pretty print for the JSON
message body writer.
- JAXRS_JSON_PRETTY_PRINT - Static variable in class com.holonplatform.json.jackson.jaxrs.JacksonFeature
-
Property name to put in JAX-RS application configuration to enable JSON pretty print for the JSON
message body writer.