public class UnsupportedCollectionParameter extends AbstractParameter
element, type| Modifier | Constructor and Description |
|---|---|
protected |
UnsupportedCollectionParameter(MemberAdapter element,
TypeAdapter type,
List<TypeAdapter> elementTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BuilderMetadataVisitor visitor) |
Annotation |
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, typeprotected UnsupportedCollectionParameter(MemberAdapter element, TypeAdapter type, List<TypeAdapter> elementTypes)
public Annotation 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.