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