@Singleton public class SerializationJsonpFeature extends java.lang.Object implements SerializationFeature
ARTIFACT_ID_MICRONAUT_JACKSON_CORE, MICRONAUT_SERIALIZATION
ARTIFACT_ID_MICRONAUT_JACKSON_DATABIND, DEPENDENCY_MICRONAUT_JACKSON_DATABIND
Constructor and Description |
---|
SerializationJsonpFeature() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Dependency.Builder> |
dependencies(GeneratorContext generatorContext) |
java.lang.String |
getDescription() |
java.lang.String |
getModule() |
java.lang.String |
getName()
The name of the feature.
|
java.lang.String |
getTitle() |
java.util.List<Substitution> |
substitutions(GeneratorContext generatorContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, getCategory, getMicronautDocumentation, isPreview, micronautRuntimeDependency, serdeModule, serdeProcessor, supports
getOrder, getThirdPartyDocumentation, isCommunity, isVisible, processSelectedFeatures
public java.lang.String getName()
Feature
public java.lang.String getDescription()
getDescription
in interface io.micronaut.core.naming.Described
getDescription
in interface Feature
public java.lang.String getTitle()
public java.lang.String getModule()
getModule
in interface SerializationFeature
@NonNull public java.util.List<Dependency.Builder> dependencies(@NonNull GeneratorContext generatorContext)
dependencies
in interface SerializationFeature
@NonNull public java.util.List<Substitution> substitutions(@NonNull GeneratorContext generatorContext)
substitutions
in interface SerializationFeature