Uses of Class
de.oktoflow.platform.support.json.jackson.JsonUtils.OktoAnnotationIntrospector
-
Uses of JsonUtils.OktoAnnotationIntrospector in de.oktoflow.platform.support.json.jackson
Fields in de.oktoflow.platform.support.json.jackson declared as JsonUtils.OktoAnnotationIntrospectorMethods in de.oktoflow.platform.support.json.jackson that return JsonUtils.OktoAnnotationIntrospectorModifier and TypeMethodDescriptionJsonUtils.configureFor(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Class<?> cls) Configures the given class for through the abstracted annotations.JsonUtils.configureLazy(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Set<Object> ignore) Configures the given mapper for lazy serialization ignoring given classes and members.JsonUtils.exceptFields(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, String... fieldNames) Returns an object writer for a mapper that applies a filter onfieldNamesto be excluded.private static JsonUtils.OktoAnnotationIntrospectorJsonUtils.setAnnotationIntrospector(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Consumer<JsonUtils.OktoAnnotationIntrospector> configurer) Sets the annotation introspector onmapper.Methods in de.oktoflow.platform.support.json.jackson with parameters of type JsonUtils.OktoAnnotationIntrospectorModifier and TypeMethodDescriptionJsonUtils.configureFor(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Class<?> cls) Configures the given class for through the abstracted annotations.JsonUtils.configureLazy(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Set<Object> ignore) Configures the given mapper for lazy serialization ignoring given classes and members.JsonUtils.exceptFields(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, String... fieldNames) Returns an object writer for a mapper that applies a filter onfieldNamesto be excluded.private static JsonUtils.OktoAnnotationIntrospectorJsonUtils.setAnnotationIntrospector(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Consumer<JsonUtils.OktoAnnotationIntrospector> configurer) Sets the annotation introspector onmapper.Method parameters in de.oktoflow.platform.support.json.jackson with type arguments of type JsonUtils.OktoAnnotationIntrospectorModifier and TypeMethodDescriptionprivate static JsonUtils.OktoAnnotationIntrospectorJsonUtils.setAnnotationIntrospector(com.fasterxml.jackson.databind.ObjectMapper mapper, JsonUtils.OktoAnnotationIntrospector introspector, Consumer<JsonUtils.OktoAnnotationIntrospector> configurer) Sets the annotation introspector onmapper.