Uses of Class
dev.hilla.parser.models.AnnotationParameterEnumValueModel
-
Packages that use AnnotationParameterEnumValueModel Package Description dev.hilla.parser.models -
-
Uses of AnnotationParameterEnumValueModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return AnnotationParameterEnumValueModel Modifier and Type Method Description static AnnotationParameterEnumValueModelAnnotationParameterEnumValueModel. of(io.github.classgraph.AnnotationEnumValue origin)static AnnotationParameterEnumValueModelAnnotationParameterEnumValueModel. of(Enum<?> origin)Methods in dev.hilla.parser.models that return types with arguments of type AnnotationParameterEnumValueModel Modifier and Type Method Description Class<AnnotationParameterEnumValueModel>AnnotationParameterEnumValueModel. getCommonModelClass()
-