All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.datatype.spring.data.PersistableSerializer Maven / Gradle / Ivy

package com.fasterxml.jackson.datatype.spring.data;

import java.io.Serializable;

import org.springframework.data.domain.Persistable;

public abstract class PersistableSerializer implements Persistable {
  private static final long serialVersionUID = 3114891587176265225L;

  @com.fasterxml.jackson.annotation.JsonIgnore
  @org.codehaus.jackson.annotate.JsonIgnore
  @Override
  public abstract boolean isNew();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy