Package com.tngtech.jgiven.config
Class TagConfiguration
java.lang.Object
com.tngtech.jgiven.config.TagConfiguration
Represents the configuration of a tag.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TagConfiguration.Builder
builder
(Class<? extends Annotation> tagAnnotation) getColor()
Class<? extends TagDescriptionGenerator>
getHref()
Class<? extends TagHrefGenerator>
getName()
getStyle()
getTags()
boolean
boolean
boolean
boolean
-
Constructor Details
-
TagConfiguration
-
-
Method Details
-
builder
-
getDefaultValue
- See Also:
-
getDescription
- See Also:
-
getDescriptionGenerator
- See Also:
-
getName
- See Also:
-
isExplodeArray
public boolean isExplodeArray()- See Also:
-
isIgnoreValue
public boolean isIgnoreValue()- See Also:
-
isPrependType
public boolean isPrependType()- See Also:
-
getColor
- See Also:
-
getStyle
- See Also:
-
getCssClass
- See Also:
-
getTags
-
getAnnotationType
-
getAnnotationFullType
-
getHref
- See Also:
-
getHrefGenerator
- See Also:
-