java.lang.Object
dev.hilla.parser.models.AnnotationParameterModel
- All Implemented Interfaces:
Model,NamedModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()abstract booleanstatic <T> AnnotationParameterModelof(AnnotationParameterModel.ReflectionOrigin<T> origin) static AnnotationParameterModelof(io.github.classgraph.AnnotationParameterValue origin) Deprecated.static AnnotationParameterModelprotected abstract ObjecttoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface dev.hilla.parser.models.NamedModel
getName
-
Constructor Details
-
AnnotationParameterModel
public AnnotationParameterModel()
-
-
Method Details
-
of
public static AnnotationParameterModel of(@Nonnull String name, @Nonnull Object value, boolean isDefault) -
of
public static <T> AnnotationParameterModel of(@Nonnull AnnotationParameterModel.ReflectionOrigin<T> origin) -
of
@Deprecated public static AnnotationParameterModel of(@Nonnull io.github.classgraph.AnnotationParameterValue origin) Deprecated. -
equals
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getValue
-
hashCode
public int hashCode() -
isDefault
public abstract boolean isDefault() -
toString
-
prepareValue
-