java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.FieldInfoModel
- All Implemented Interfaces:
AnnotatedModel,ClassMemberModel,Model,NamedModel,OwnedModel<ClassInfoModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract StringgetOwner()getType()inthashCode()abstract booleanisEnum()abstract booleanisFinal()abstract booleanabstract booleanabstract booleanisPublic()abstract booleanisStatic()abstract booleanabstract booleanstatic FieldInfoModelof(io.github.classgraph.FieldInfo origin) Deprecated.static FieldInfoModelprotected abstract ClassInfoModelprotected abstract SignatureModeltoString()Methods inherited from class dev.hilla.parser.models.AnnotatedAbstractModel
getAnnotations, prepareAnnotations, processAnnotations, processAnnotations, processAnnotationsMethods 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
-
FieldInfoModel
public FieldInfoModel()
-
-
Method Details
-
of
Deprecated. -
of
-
equals
-
getClassName
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getOwner
- Specified by:
getOwnerin interfaceOwnedModel<ClassInfoModel>
-
getType
-
hashCode
public int hashCode() -
isEnum
public abstract boolean isEnum() -
isFinal
public abstract boolean isFinal() -
isPrivate
public abstract boolean isPrivate() -
isProtected
public abstract boolean isProtected() -
isPublic
public abstract boolean isPublic() -
isStatic
public abstract boolean isStatic() -
isSynthetic
public abstract boolean isSynthetic() -
isTransient
public abstract boolean isTransient() -
toString
-
prepareOwner
-
prepareType
-