| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Directives.classesOntoSimpleNames()
Returns the directive that map all
Class fields onto their simple names |
static Mapping |
Directives.objectsToStringFor(Class<?> type)
Returns the directive that map alls fields of a given type onto strings (in the sense of
Class.isAssignableFrom(Class) and Object.toString()). |
| Modifier and Type | Method and Description |
|---|---|
Directives |
Directives.mapping(Mapping... directives)
Adds a set of
Mappings to these directives. |
| Modifier and Type | Method and Description |
|---|---|
Directives |
Directives.mapping(List<Mapping> directives)
Adds a set of
Mappings to these directives. |
Copyright © 2014. All Rights Reserved.