public abstract class EndpointConfigBase<THIS extends EndpointConfigBase<THIS>>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class<?> |
_activeView |
protected com.fasterxml.jackson.databind.cfg.MapperConfig<?> |
_config |
protected com.fasterxml.jackson.databind.DeserializationFeature[] |
_deserDisable |
protected com.fasterxml.jackson.databind.DeserializationFeature[] |
_deserEnable |
protected com.fasterxml.jackson.databind.ObjectReader |
_reader |
protected java.lang.String |
_rootName |
protected com.fasterxml.jackson.databind.SerializationFeature[] |
_serDisable |
protected com.fasterxml.jackson.databind.SerializationFeature[] |
_serEnable |
protected com.fasterxml.jackson.databind.ObjectWriter |
_writer |
Modifier | Constructor and Description |
---|---|
protected |
EndpointConfigBase()
Deprecated.
|
protected |
EndpointConfigBase(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config) |
Modifier and Type | Method and Description |
---|---|
protected THIS |
add(java.lang.annotation.Annotation[] annotations,
boolean forWriting) |
protected void |
addAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> type,
java.lang.annotation.Annotation annotation,
boolean forWriting) |
java.lang.Class<?> |
getActiveView() |
com.fasterxml.jackson.databind.ObjectReader |
getReader() |
java.lang.String |
getRootName() |
com.fasterxml.jackson.databind.ObjectWriter |
getWriter() |
protected THIS |
initReader(com.fasterxml.jackson.databind.ObjectReader reader) |
protected THIS |
initWriter(com.fasterxml.jackson.databind.ObjectWriter writer) |
abstract java.lang.Object |
modifyBeforeWrite(java.lang.Object value) |
protected static <T> T[] |
nullIfEmpty(T[] arg) |
protected final com.fasterxml.jackson.databind.cfg.MapperConfig<?> _config
protected java.lang.Class<?> _activeView
protected java.lang.String _rootName
protected com.fasterxml.jackson.databind.DeserializationFeature[] _deserEnable
protected com.fasterxml.jackson.databind.DeserializationFeature[] _deserDisable
protected com.fasterxml.jackson.databind.ObjectReader _reader
protected com.fasterxml.jackson.databind.SerializationFeature[] _serEnable
protected com.fasterxml.jackson.databind.SerializationFeature[] _serDisable
protected com.fasterxml.jackson.databind.ObjectWriter _writer
protected EndpointConfigBase(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config)
@Deprecated protected EndpointConfigBase()
protected THIS add(java.lang.annotation.Annotation[] annotations, boolean forWriting)
protected void addAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> type, java.lang.annotation.Annotation annotation, boolean forWriting)
protected THIS initReader(com.fasterxml.jackson.databind.ObjectReader reader)
protected THIS initWriter(com.fasterxml.jackson.databind.ObjectWriter writer)
public java.lang.String getRootName()
public java.lang.Class<?> getActiveView()
public final com.fasterxml.jackson.databind.ObjectReader getReader()
public final com.fasterxml.jackson.databind.ObjectWriter getWriter()
public abstract java.lang.Object modifyBeforeWrite(java.lang.Object value)
protected static <T> T[] nullIfEmpty(T[] arg)