| Package | Description |
|---|---|
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jpa |
Provides generic adapters to map datatypes for JPA.
|
| 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 |
|---|---|
<T> DatatypeDescriptor<T> |
DatatypeDescriptorManager.getDatatypeDescriptor(Class<T> datatype)
Gets the
DatatypeDescriptor for the specified datatype. |
| Modifier and Type | Field and Description |
|---|---|
private DatatypeDescriptor<T> |
SimpleDatatypeAttributeConverter.datatypeDescriptor |
| Constructor and Description |
|---|
SimpleDatatypeAttributeConverter(DatatypeDescriptor<T> datatypeDescriptor)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatatypeDescriptor<T>
This is the abstract base implementation of
DatatypeDescriptor. |
class |
DatatypeDescriptorAtomicJavaDatatype<T>
|
class |
DatatypeDescriptorDate
This is the implementation of
DatatypeDescriptor for Date. |
class |
DatatypeDescriptorEnum<T extends Enum<T>>
This is the implementation of
DatatypeDescriptor for a Enum. |
class |
DatatypeDescriptorLocalDate
This is the implementation of
DatatypeDescriptor for LocalDate. |
class |
DatatypeDescriptorSimpleDatatype<T extends SimpleDatatype<?>>
This is the implementation of
DatatypeDescriptor for a
SimpleDatatype. |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<?>,DatatypeDescriptor<?>> |
DatatypeDescriptorManagerImpl.datatypeDescriptorMap
Lazy filled
Map for DatatypeDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> DatatypeDescriptor<T> |
DatatypeDescriptorManagerImpl.createDatatypeDescriptor(Class<T> datatype)
|
<T> DatatypeDescriptor<T> |
DatatypeDescriptorManagerImpl.getDatatypeDescriptor(Class<T> inputDatatype)
Gets the
DatatypeDescriptor for the specified datatype. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatatypeDescriptorManagerImpl.registerDatatypeDescriptor(DatatypeDescriptor<?> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeDescriptorManagerImpl.setDatatypeDescriptors(List<DatatypeDescriptor<?>> datatypeDescriptors) |
Copyright © 2001–2015 mmm-Team. All rights reserved.