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

org.immutables.fixture.jackson.NamingStrategy Maven / Gradle / Ivy

package org.immutables.fixture.jackson;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

@JsonDeserialize(as = ImmutableNamingStrategy.class)
@Value.Immutable
@Value.Style(forceJacksonPropertyNames = false)
public interface NamingStrategy {
  int abraCadabra();

  boolean focusPocus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy