Annotation Type Unmappable


@Beta @Target(METHOD) @Retention(RUNTIME) public @interface Unmappable
Configure reflective bean and pojo mapping to skip a property.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns true if the property is unmappable.
  • Element Details

    • value

      boolean value
      Returns true if the property is unmappable. It will be skipped when read from the database into a pojo.
      Returns:
      True if the property is unmappable. It will be skipped when read from the database into a pojo.
      Default:
      true