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