Interface ProtoMessageType.JsonNameResolver

  • Enclosing class:
    ProtoMessageType
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    @Immutable
    public static interface ProtoMessageType.JsonNameResolver
    Functional interface for resolving whether a field name is a json name.
    • Method Detail

      • isJsonName

        boolean isJsonName​(java.lang.String fieldName)