Package dev.cel.checker
Class TypeProvider.FieldType
- java.lang.Object
-
- dev.cel.checker.TypeProvider.FieldType
-
- Enclosing interface:
- TypeProvider
public abstract static class TypeProvider.FieldType extends java.lang.Object
Result of aTypeProvider.lookupFieldType(dev.cel.expr.Type, java.lang.String)
call.
-
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CelType
celType()
static TypeProvider.FieldType
of(Type type)
Create a newFieldType
instance from the providedtype
.abstract Type
type()
TheType
of the field.
-
-
-
Method Detail
-
celType
public CelType celType()
-
of
public static TypeProvider.FieldType of(Type type)
Create a newFieldType
instance from the providedtype
.
-
-