| Package | Description |
|---|---|
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jackson |
Provides generic adapters to map datatypes for jackson.
|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatatypeSegmentDescriptor<T,?>> |
DatatypeDescriptor.getSegmentDescriptors()
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
DatatypeJsonDeserializer.deserializeGeneric(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
Class<V> type,
com.fasterxml.jackson.databind.JsonNode parentNode,
DatatypeSegmentDescriptor<?,?> segment)
Generic and recursive implementation of
DatatypeJsonDeserializer.deserialize(JsonParser, DeserializationContext). |
| Modifier and Type | Field and Description |
|---|---|
private List<DatatypeSegmentDescriptor<T,?>> |
AbstractDatatypeDescriptor.segmentDescriptorList |
| Modifier and Type | Method and Description |
|---|---|
List<DatatypeSegmentDescriptor<T,?>> |
AbstractDatatypeDescriptor.getSegmentDescriptors()
|
| Constructor and Description |
|---|
AbstractDatatypeDescriptor(Class<T> datatype,
DatatypeSegmentDescriptor<T,?>... segmentDescriptors)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.