Package org.apache.dubbo.config.support
Annotation Type Parameter
Parameter
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf append=true, append new value to exist value instead of overriding it.booleanIf attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()booleanif escaped=true, escape it when append parameters to urlbooleanIf excluded=true, ignore it when append parameters to urlSpecify the parameter key when append parameters to urlbooleanIf required=true, the value must not be empty when append to url
-
Element Details
-
key
String keySpecify the parameter key when append parameters to url- Default:
""
-
required
boolean requiredIf required=true, the value must not be empty when append to url- Default:
false
-
excluded
boolean excludedIf excluded=true, ignore it when append parameters to url- Default:
false
-
escaped
boolean escapedif escaped=true, escape it when append parameters to url- Default:
false
-
attribute
boolean attributeIf attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()- Default:
true
-
append
boolean appendIf append=true, append new value to exist value instead of overriding it.- Default:
false
-