@Singleton public class SerializationJsonpFeature extends java.lang.Object implements SerializationFeature
ARTIFACT_ID_MICRONAUT_JACKSON_CORE, MICRONAUT_SERIALIZATIONARTIFACT_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, waitapply, getCategory, getMicronautDocumentation, isPreview, micronautRuntimeDependency, serdeModule, serdeProcessor, supportsgetOrder, getThirdPartyDocumentation, isCommunity, isVisible, processSelectedFeaturespublic java.lang.String getName()
Featurepublic java.lang.String getDescription()
getDescription in interface io.micronaut.core.naming.DescribedgetDescription in interface Featurepublic 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