O - public interface Property<O extends JavaType<O>> extends Internal, Origin<O>, Named, AnnotationTarget<O>
Property is a convenience construct depicting a simple Java bean property.| Modifier and Type | Method and Description |
|---|---|
Method<O,?> |
getAccessor()
Get this property's accessor method.
|
Field<O> |
getField()
Get the field that stores the value of the property.
|
Method<O,?> |
getMutator()
Get this property's mutator method.
|
Type<O> |
getType()
Get this property's
Type. |
boolean |
hasField()
Learn whether this property is backed by a
Field. |
boolean |
isAccessible()
Learn whether this property is accessible (i.e.
|
boolean |
isMutable()
Learn whether this property is mutable (i.e.
|
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationgetInternalboolean hasField()
Field.boolean isAccessible()
boolean isMutable()
Copyright © 2016 JBoss by Red Hat. All rights reserved.