Uses of Class
de.iip_ecosphere.platform.support.json.JsonUtils.OktoAnnotationIntrospector
Packages that use JsonUtils.OktoAnnotationIntrospector
-
Uses of JsonUtils.OktoAnnotationIntrospector in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json 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.iip_ecosphere.platform.support.json 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.iip_ecosphere.platform.support.json 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.