public interface ConfigLocationResolver
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocationInConfig(com.google.protobuf.Message message,
java.lang.String fieldName)
Returns the service config file location of the given named field in the (sub)message.
|
Location |
getLocationOfRepeatedFieldInConfig(com.google.protobuf.Message message,
java.lang.String fieldName,
java.lang.Object elementKey)
Returns the service config file location of the given named field in the (sub)message.
|
Location getLocationInConfig(com.google.protobuf.Message message, java.lang.String fieldName)
SimpleLocation.TOPLEVEL if the location is not known.Location getLocationOfRepeatedFieldInConfig(com.google.protobuf.Message message, java.lang.String fieldName, java.lang.Object elementKey)
SimpleLocation.TOPLEVEL if the location is not known.