public class ObjectMappers extends Objectimplements Iterable <ObjectMapper >
ObjectMapper.
| Constructor and Description |
|---|
ObjectMappers()
|
ObjectMappers(<any> objectMappers)
|
ObjectMappers(ObjectMapper
|
ObjectMappers(ObjectMapper
|
| Modifier and Type | Method and Description |
|---|---|
ObjectMappers |
concat(ObjectMapper
Concats and returns a new
ObjectMappers.
|
ObjectMappers |
concat(ObjectMappers
Concats and returns a new
ObjectMappers.
|
boolean |
hasNested()
Is one of the object mappers has a nested mapping set?
|
boolean |
isEmpty()
|
<any> |
iterator()
|
ObjectMapper |
mapper()
|
<any> |
mappers()
|
ObjectMappers |
remove(Iterable
|
ObjectMappers |
remove(ObjectMapper
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ObjectMappers()
public ObjectMappers(ObjectMapperobjectMapper)
public ObjectMappers(ObjectMapper[] objectMappers)
public ObjectMappers(<any> objectMappers)
public boolean hasNested()
public ObjectMappermapper()
public boolean isEmpty()
public <any> mappers()
public <any> iterator()
public ObjectMappersconcat(ObjectMapper mapper)
ObjectMappers.
public ObjectMappersconcat(ObjectMappers mappers)
ObjectMappers.
public ObjectMappersremove(Iterable <ObjectMapper > mappers)
public ObjectMappersremove(ObjectMapper mapper)