| Package | Description |
|---|---|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| 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.
|
| net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatatypeDetector
This is the abstract base implementation of
DatatypeDetector. |
class |
DatatypeDetectorImpl
This is the default implementation of
DatatypeDetector. |
| Modifier and Type | Field and Description |
|---|---|
private DatatypeDetector |
DatatypeObjectMapperFactory.datatypeDetector |
private DatatypeDetector |
DatatypeJsonSerializers.datatypeDetector |
private DatatypeDetector |
DatatypeJsonDeserializers.datatypeDetector |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeObjectMapperFactory.setDatatypeDetector(DatatypeDetector datatypeDetector) |
void |
DatatypeJsonSerializers.setDatatypeDetector(DatatypeDetector datatypeDetector) |
void |
DatatypeJsonDeserializers.setDatatypeDetector(DatatypeDetector datatypeDetector) |
| Modifier and Type | Field and Description |
|---|---|
private DatatypeDetector |
DatatypeDescriptorManagerImpl.datatypeDetector |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeDescriptorManagerImpl.setDatatypeDetector(DatatypeDetector datatypeDetector) |
| Modifier and Type | Field and Description |
|---|---|
private DatatypeDetector |
TransferObjectUtilImpl.datatypeDetector |
| Modifier and Type | Method and Description |
|---|---|
protected DatatypeDetector |
TransferObjectUtilImpl.getDatatypeDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransferObjectUtilImpl.setDatatypeDetector(DatatypeDetector datatypeDetector) |
Copyright © 2001–2015 mmm-Team. All rights reserved.