- get(Object) - Method in class org.minimalcode.reflect.Property
-
Returns the value of the representation of this property from the specified object.
- getActualType() - Method in class org.minimalcode.reflect.Property
-
Returns the actual type of this property, from simple type or generics.
- getAnnotation(Class<T>) - Method in class org.minimalcode.reflect.Property
-
Returns an annotation collectively present on this property's members, else null.
- getAnnotations() - Method in class org.minimalcode.reflect.Property
-
Returns all the annotations that are collectively present on this
property's members.
- getDeclaredAnnotation(Class<T>) - Method in class org.minimalcode.reflect.Property
-
Returns this property's annotation for the specified type if
such an annotation is collectively and directly present,
else null.
- getDeclaredAnnotations() - Method in class org.minimalcode.reflect.Property
-
Returns all the annotations that are collectively and directly present
on this property's members.
- getDeclaredProperties() - Method in class org.minimalcode.reflect.Bean
-
Returns an array containing
Property objects reflecting all the
declared properties of the class or interface.
- getDeclaredProperty(String) - Method in class org.minimalcode.reflect.Bean
-
Returns a single declared property of the analized class or interface,
if present, else null.
- getDeclaringBean() - Method in class org.minimalcode.reflect.Property
-
Returns the
Bean object that declares this property.
- getField() - Method in class org.minimalcode.reflect.Property
-
Returns a copy of this property's Field, if present, else null.
- getGenericType() - Method in class org.minimalcode.reflect.Property
-
Returns a
Type object that represents the declared type
for the property represented by this
Property object.
- getName() - Method in class org.minimalcode.reflect.Property
-
Returns the simple name of this property.
- getProperties() - Method in class org.minimalcode.reflect.Bean
-
Returns an array containing
Property objects reflecting all the
public properties of the analized class or interface.
- getProperty(String) - Method in class org.minimalcode.reflect.Bean
-
Returns a single public property of the analized class or interface,
if present, else null.
- getReadMethod() - Method in class org.minimalcode.reflect.Property
-
Returns a copy of this property's readMethod, if present, else null.
- getType() - Method in class org.minimalcode.reflect.Bean
-
Returns the type of the analized class or interface.
- getType() - Method in class org.minimalcode.reflect.Property
-
Returns the type of this property.
- getWriteMethod() - Method in class org.minimalcode.reflect.Property
-
Returns a copy of this property's writeMethod, if present, else null.