| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractMessageSerializer.addIoRegistries(Map<String,Object> config,
               Mapper.Builder builder)
Reads a list of fully qualified class names from the value of the  
AbstractMessageSerializer.TOKEN_IO_REGISTRIES configuration
 key. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Io<R extends GraphReader.ReaderBuilder,W extends GraphWriter.WriterBuilder,M extends Mapper.Builder>
 | 
static interface  | 
Mapper.Builder<B extends Mapper.Builder>
Largely a marker interface for builders that construct  
Mapper instances. | 
| Modifier and Type | Method and Description | 
|---|---|
Io.Builder<? extends Io> | 
Io.Builder.onMapper(Consumer<Mapper.Builder> onMapper)
Allows a  
Graph implementation to have full control over the Mapper.Builder instance. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GraphMLMapper.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
Io.Builder<? extends Io> | 
GraphMLIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GraphSONMapper.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
Io.Builder<? extends Io> | 
GraphSONIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GryoMapper.Builder
A builder to construct a  
GryoMapper instance. | 
| Modifier and Type | Method and Description | 
|---|---|
Io.Builder<? extends Io> | 
GryoIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper)  | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.