Package dev.cel.common.types
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.JsonNameResolverFunctional interface for resolving whether a field name is a json name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisJsonName(java.lang.String fieldName)
-