public class MapElement extends AbstractElement implements Element
annotatedElement, name
Constructor and Description |
---|
MapElement(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
declaringClass() |
ValueHandler |
in(java.lang.Object target)
Handles this element on the given target (if applies).
|
boolean |
isReadable() |
boolean |
isWritable() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent, isSpecific, name, set, target, toString, type, value
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ValueHandler in(java.lang.Object target)
Element
This method may throw exceptions in case of the element cannot be handled or an error occurring while handling the element.
in
in interface Element
in
in interface Result<ValueHandler,java.lang.Object>
target
- the target that contains this element.public java.lang.Class<?> declaringClass()
declaringClass
in interface Element
public boolean isReadable()
isReadable
in interface Element
true
if the value of this element can be read.public boolean isWritable()
isWritable
in interface Element
true
if the value of this element can be change.