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
     
  • Element Details

    • value

      boolean value
      Returns:
      whether this property is unmappable (skipped when read from the database into a pojo)
      Default:
      true