public abstract class EndpointConfigBase<THIS extends EndpointConfigBase<THIS>> extends Object
Modifier and Type | Field and Description |
---|---|
protected 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 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(Annotation[] annotations,
boolean forWriting) |
protected void |
addAnnotation(Class<? extends Annotation> type,
Annotation annotation,
boolean forWriting) |
Class<?> |
getActiveView() |
com.fasterxml.jackson.databind.ObjectReader |
getReader() |
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 Object |
modifyBeforeWrite(Object value) |
protected static <T> T[] |
nullIfEmpty(T[] arg) |
protected final com.fasterxml.jackson.databind.cfg.MapperConfig<?> _config
protected Class<?> _activeView
protected 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(Annotation[] annotations, boolean forWriting)
protected void addAnnotation(Class<? extends Annotation> type, Annotation annotation, boolean forWriting)
protected THIS initReader(com.fasterxml.jackson.databind.ObjectReader reader)
protected THIS initWriter(com.fasterxml.jackson.databind.ObjectWriter writer)
public String getRootName()
public Class<?> getActiveView()
public final com.fasterxml.jackson.databind.ObjectReader getReader()
public final com.fasterxml.jackson.databind.ObjectWriter getWriter()
protected static <T> T[] nullIfEmpty(T[] arg)
Copyright © 2016 FasterXML. All rights reserved.