Uses of Class
dev.hilla.parser.models.FieldInfoModel
-
Packages that use FieldInfoModel Package Description dev.hilla.parser.models -
-
Uses of FieldInfoModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return FieldInfoModel Modifier and Type Method Description static FieldInfoModelFieldInfoModel. of(io.github.classgraph.FieldInfo origin)static FieldInfoModelFieldInfoModel. of(Field origin)Methods in dev.hilla.parser.models that return types with arguments of type FieldInfoModel Modifier and Type Method Description Class<FieldInfoModel>FieldInfoModel. getCommonModelClass()List<FieldInfoModel>ClassInfoModel. getFields()Stream<FieldInfoModel>ClassInfoModel. getFieldsStream()protected abstract List<FieldInfoModel>ClassInfoModel. prepareFields()
-