Class ObjectMapperConfiguration
java.lang.Object
org.graylog2.shared.bindings.providers.config.ObjectMapperConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends com.fasterxml.jackson.databind.ObjectMapper>
TconfigureMapper(T mapper, ClassLoader classLoader, Set<com.fasterxml.jackson.databind.jsontype.NamedType> subtypes, EncryptedValueService encryptedValueService, GRNRegistry grnRegistry, InputConfigurationBeanDeserializerModifier inputConfigurationBeanDeserializerModifier)
-
Constructor Details
-
ObjectMapperConfiguration
public ObjectMapperConfiguration()
-
-
Method Details
-
configureMapper
public static <T extends com.fasterxml.jackson.databind.ObjectMapper> T configureMapper(T mapper, ClassLoader classLoader, Set<com.fasterxml.jackson.databind.jsontype.NamedType> subtypes, EncryptedValueService encryptedValueService, GRNRegistry grnRegistry, InputConfigurationBeanDeserializerModifier inputConfigurationBeanDeserializerModifier)
-