| Package | Description |
|---|---|
| org.analogweb |
Root of Analog Web Framework
This package defines fundamental interfaces. |
| org.analogweb.core |
Analogweb's core (default) implementations.
These instance are recognized by an application automatically. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TypeMapperContext.mapToType(Class<? extends TypeMapper> typeMapperClass,
Object from,
Class<T> requiredType,
String[] mappingFormats) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoTypeMapper |
class |
TypeSafeTypeMapper<F,T> |
| Modifier and Type | Method and Description |
|---|---|
protected TypeMapper |
DefaultTypeMapperContext.findTypeMapper(Class<? extends TypeMapper> clazz) |
protected TypeMapper |
DefaultTypeMapperContext.getDefaultTypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoTypeMapper.putTypeMapper(Class<?> convertFrom,
Class<?> convertTo,
TypeMapper typeMapper) |
void |
DefaultTypeMapperContext.setDefaultTypeMapper(TypeMapper defaultTypeMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected TypeMapper |
DefaultTypeMapperContext.findTypeMapper(Class<? extends TypeMapper> clazz) |
protected boolean |
DefaultTypeMapperContext.isDefaultTypeMapper(Class<? extends TypeMapper> clazz) |
<T> T |
DefaultTypeMapperContext.mapToType(Class<? extends TypeMapper> typeMapperClass,
Object from,
Class<T> requiredType,
String[] formats) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.