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