Annotation Interface CustomSerialize


@Target(TYPE) @Retention(RUNTIME) public @interface CustomSerialize
Annotation to specify a custom serializer for a class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends com.fasterxml.jackson.databind.JsonSerializer<?>>
     
  • Element Details

    • serializer

      Class<? extends com.fasterxml.jackson.databind.JsonSerializer<?>> serializer