public abstract class AbstractProtoMapper extends Object
| Constructor and Description |
|---|
AbstractProtoMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Object> |
processMultiPath(com.google.protobuf.GeneratedMessage proto,
eu.dnetlib.pace.model.FieldDef fieldDef,
List<String> paths)
Process multi path.
|
protected List<Object> |
processPath(com.google.protobuf.GeneratedMessage proto,
eu.dnetlib.pace.model.FieldDef fieldDef,
List<String> pathElements)
Process path.
|
protected List<Object> |
processPath(com.google.protobuf.GeneratedMessage proto,
eu.dnetlib.pace.model.FieldDef fieldDef,
String path)
Process path.
|
protected List<Object> processMultiPath(com.google.protobuf.GeneratedMessage proto, eu.dnetlib.pace.model.FieldDef fieldDef, List<String> paths)
proto - the protopaths - the pathsprotected List<Object> processPath(com.google.protobuf.GeneratedMessage proto, eu.dnetlib.pace.model.FieldDef fieldDef, String path)
proto - the protopath - the pathCopyright © 2019. All rights reserved.