public class MapParameter extends AbstractParameter
element, type| Constructor and Description |
|---|
MapParameter(MemberAdapter element,
TypeAdapter type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BuilderMetadataVisitor visitor) |
Parameter |
annotation()
Parameter annotation, can be
null. |
boolean |
required()
Returns
true if this parameter much have configuration value provided in java or in
xml. |
name, originatingElement, toString, typepublic MapParameter(MemberAdapter element, TypeAdapter type)
element - is the originating element of the map parametertype - is the type of the originating elementpublic Parameter annotation()
AbstractParameternull.annotation in class AbstractParameterpublic boolean required()
AbstractParametertrue if this parameter much have configuration value provided in java or in
xml. Returns false is configuration value is not required for this parameter.required in class AbstractParameterpublic void accept(BuilderMetadataVisitor visitor)
accept in class AbstractParameterCopyright © 2017. All rights reserved.