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, type
protected UnsupportedCollectionParameter(MemberAdapter element, TypeAdapter type, List<TypeAdapter> elementTypes)
public Annotation annotation()
AbstractParameter
null
.annotation
in class AbstractParameter
public boolean required()
AbstractParameter
true
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 AbstractParameter
public void accept(BuilderMetadataVisitor visitor)
accept
in class AbstractParameter
Copyright © 2021. All rights reserved.