Annotation Interface ImageMetadata


@Target(METHOD) @Retention(RUNTIME) public @interface ImageMetadata
  • Element Details

    • name

      String name
      Returns the image name if field must use mapping name with image and empty otherwise.
      Returns:
      the image name if field must use mapping name with image and empty otherwise.
      Default:
      ""
    • behaviour

      Returns the null image behaviour NullImageBehaviour.
      Returns:
      the null image behaviour NullImageBehaviour.
      Default:
      ThrowsError