public class Member extends Object
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Constructor and Description |
---|
Member(Field field)
Constructor.
|
Member(Method method)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Type |
getGenericType()
Accessor to the generic type
|
int |
getModifiers()
Accessor to the field / method modifiers
|
String |
getName()
Field name or Method name (without get/set/is prefix)
|
Class |
getType()
Accessor to the field or method return type.
|
boolean |
isProperty()
Gets the value of the property property.
|
public Member(Field field)
field
- The fieldpublic Member(Method method)
method
- The methodpublic String getName()
public boolean isProperty()
public Class getType()
public int getModifiers()
public Type getGenericType()
Copyright © 2019. All rights reserved.