| Modifier and Type | Method and Description |
|---|---|
protected List<IoRegistry> |
IoStep.detectRegistries() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoRegistry
Base implementation of the
IoRegistry interface that provides implementation of the methods using a
a HashMap. |
| Modifier and Type | Method and Description |
|---|---|
B |
Mapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper. |
| Modifier and Type | Method and Description |
|---|---|
default B |
Mapper.Builder.addRegistries(List<IoRegistry> registries)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper. |
| Modifier and Type | Method and Description |
|---|---|
GraphMLMapper.Builder |
GraphMLMapper.Builder.addRegistry(IoRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
GraphSONMapper.Builder |
GraphSONMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper. |
| Modifier and Type | Method and Description |
|---|---|
GryoMapper.Builder |
GryoMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper. |
| Modifier and Type | Method and Description |
|---|---|
static List<IoRegistry> |
IoRegistryHelper.createRegistries(org.apache.commons.configuration.Configuration configuration) |
static List<IoRegistry> |
IoRegistryHelper.createRegistries(List<Object> registryNamesClassesOrInstances) |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.