@Service public class AnnotatedFieldMappers extends Object
custom field mappers
and provides the corresponding lookup and caching of lookup results.| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedFieldMappers.AnnotationMapping
Represents the relation of an
Annotation and and a
compatible mapper. |
| Constructor and Description |
|---|
AnnotatedFieldMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(io.neba.api.resourcemodels.AnnotatedFieldMapper<?,?> mapper) |
Collection<AnnotatedFieldMappers.AnnotationMapping> |
get(MappedFieldMetaData metaData) |
void |
remove(io.neba.api.resourcemodels.AnnotatedFieldMapper<?,?> mapper) |
public void add(io.neba.api.resourcemodels.AnnotatedFieldMapper<?,?> mapper)
public void remove(io.neba.api.resourcemodels.AnnotatedFieldMapper<?,?> mapper)
mapper - must not be null.public Collection<AnnotatedFieldMappers.AnnotationMapping> get(MappedFieldMetaData metaData)
metaData - must not be null.null but rather an empty collection.Copyright © 2014–2015. All rights reserved.