public abstract class FieldLookup extends Object
ProtobufField
instances
need to be looked up by name. Basically a more specialized Map
implementation.Constructor and Description |
---|
FieldLookup() |
Modifier and Type | Method and Description |
---|---|
static FieldLookup |
construct(ProtobufField[] fields) |
static FieldLookup |
empty() |
abstract ProtobufField |
findField(String key) |
public static FieldLookup empty()
public static FieldLookup construct(ProtobufField[] fields)
public abstract ProtobufField findField(String key)
Copyright © 2019 FasterXML. All rights reserved.