Uses of Class
dev.hilla.parser.models.AnnotationParameterModel
-
Packages that use AnnotationParameterModel Package Description dev.hilla.parser.models -
-
Uses of AnnotationParameterModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return AnnotationParameterModel Modifier and Type Method Description static AnnotationParameterModelAnnotationParameterModel. of(io.github.classgraph.AnnotationParameterValue origin)static AnnotationParameterModelAnnotationParameterModel. of(String name, Object value)static <T> AnnotationParameterModelAnnotationParameterModel. of(Map.Entry<String,T> origin)Methods in dev.hilla.parser.models that return types with arguments of type AnnotationParameterModel Modifier and Type Method Description Class<AnnotationParameterModel>AnnotationParameterModel. getCommonModelClass()Set<AnnotationParameterModel>AnnotationInfoModel. getParameters()Stream<AnnotationParameterModel>AnnotationInfoModel. getParametersStream()protected abstract Set<AnnotationParameterModel>AnnotationInfoModel. prepareParameters()
-