public class IdAnnotationModule
extends com.fasterxml.jackson.databind.Module
| Constructor and Description |
|---|
IdAnnotationModule() |
| Modifier and Type | Method and Description |
|---|---|
static IdAnnotationModule |
fromAnnotation(Class<? extends Annotation> annotation) |
static IdAnnotationModule |
fromPredicate(Predicate<? super Member> predicate) |
String |
getModuleName() |
void |
setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) |
com.fasterxml.jackson.core.Version |
version() |
public static IdAnnotationModule fromAnnotation(Class<? extends Annotation> annotation)
public static IdAnnotationModule fromPredicate(Predicate<? super Member> predicate)
public String getModuleName()
public com.fasterxml.jackson.core.Version version()
public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
Copyright © 2023 The Immutables.org authors. All rights reserved.