Class JacksonMapperUtil

java.lang.Object
io.quarkus.resteasy.reactive.jackson.runtime.mappers.JacksonMapperUtil

public class JacksonMapperUtil extends Object
  • Constructor Details

    • JacksonMapperUtil

      public JacksonMapperUtil()
  • Method Details

    • includeSecureField

      public static boolean includeSecureField(String[] rolesAllowed)
    • getGenericRootType

      public static com.fasterxml.jackson.databind.JavaType getGenericRootType(Type genericType, com.fasterxml.jackson.databind.ObjectWriter defaultWriter)
      Determine the root type that should be used for serialization of generic types. Returns the appropriate root type or null if default serialization should be used.
    • getGenericsJavaTypes

      public static com.fasterxml.jackson.databind.JavaType[] getGenericsJavaTypes(com.fasterxml.jackson.databind.DeserializationContext context, com.fasterxml.jackson.databind.BeanProperty property)