public class MissingProperty extends Property
PropertyUtils.setSkipMissingProperties(boolean) is set to true.| Constructor and Description |
|---|
MissingProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object object) |
Class<?>[] |
getActualTypeArguments() |
<A extends Annotation> |
getAnnotation(Class<A> annotationType)
Returns property's annotation for the given type or
null if it's not present. |
List<Annotation> |
getAnnotations()
Returns the annotations that are present on this property or empty
List if there're no annotations. |
void |
set(Object object,
Object value)
Setter does nothing.
|
compareTo, equals, getName, getType, hashCode, isReadable, isWritable, toStringpublic MissingProperty(String name)
public Class<?>[] getActualTypeArguments()
getActualTypeArguments in class Propertypublic List<Annotation> getAnnotations()
PropertyList if there're no annotations.getAnnotations in class PropertyList if there're no annotationspublic <A extends Annotation> A getAnnotation(Class<A> annotationType)
Propertynull if it's not present.getAnnotation in class PropertyA - class of the annotationannotationType - the type of the annotation to be returnednull if it's not presentCopyright © 2008–2021. All rights reserved.