Package dev.cel.checker
Class TypeProvider.ExtensionFieldType
- java.lang.Object
-
- dev.cel.checker.TypeProvider.ExtensionFieldType
-
- Enclosing interface:
- TypeProvider
public abstract static class TypeProvider.ExtensionFieldType extends java.lang.Object
Result of aTypeProvider.lookupExtensionType(java.lang.String)
call.
-
-
Constructor Summary
Constructors Constructor Description ExtensionFieldType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TypeProvider.FieldType
fieldType()
TheTypeProvider.FieldType
of the extension field.abstract Type
messageType()
TheType
of the message being extended.static TypeProvider.ExtensionFieldType
of(Type fieldType, Type messageType)
-
-
-
Method Detail
-
fieldType
public abstract TypeProvider.FieldType fieldType()
TheTypeProvider.FieldType
of the extension field.
-
of
public static TypeProvider.ExtensionFieldType of(Type fieldType, Type messageType)
-
-