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.ObjectResult of aTypeProvider.lookupFieldType(dev.cel.expr.Type, java.lang.String)call.
- 
- 
Constructor SummaryConstructors Constructor Description FieldType()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CelTypecelType()static TypeProvider.FieldTypeof(Type type)Create a newFieldTypeinstance from the providedtype.abstract Typetype()TheTypeof the field.
 
- 
- 
- 
Method Detail- 
celTypepublic CelType celType() 
 - 
ofpublic static TypeProvider.FieldType of(Type type) Create a newFieldTypeinstance from the providedtype.
 
- 
 
-