Uses of Class
com.github.victools.jsonschema.generator.impl.AttributeCollector
Packages that use AttributeCollector
-
Uses of AttributeCollector in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return AttributeCollectorModifier and TypeMethodDescriptionAttributeCollector.setAdditionalProperties(tools.jackson.databind.node.ObjectNode node, tools.jackson.databind.JsonNode additionalProperties, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ADDITIONAL_PROPERTIES" attribute.AttributeCollector.setAnchor(tools.jackson.databind.node.ObjectNode node, String anchor, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ANCHOR" attribute.AttributeCollector.setArrayMaxItems(tools.jackson.databind.node.ObjectNode node, Integer maxItemCount) Deprecated.AttributeCollector.setArrayMaxItems(tools.jackson.databind.node.ObjectNode node, Integer maxItemCount, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ITEMS_MAX" attribute.AttributeCollector.setArrayMinItems(tools.jackson.databind.node.ObjectNode node, Integer minItemCount) Deprecated.AttributeCollector.setArrayMinItems(tools.jackson.databind.node.ObjectNode node, Integer minItemCount, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ITEMS_MIN" attribute.AttributeCollector.setArrayUniqueItems(tools.jackson.databind.node.ObjectNode node, Boolean uniqueItems) Deprecated.AttributeCollector.setArrayUniqueItems(tools.jackson.databind.node.ObjectNode node, Boolean uniqueItems, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ITEMS_UNIQUE" attribute.AttributeCollector.setDefault(tools.jackson.databind.node.ObjectNode node, Object defaultValue) Deprecated.AttributeCollector.setDefault(tools.jackson.databind.node.ObjectNode node, Object defaultValue, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_DEFAULT" attribute.AttributeCollector.setDescription(tools.jackson.databind.node.ObjectNode node, String description) Deprecated.AttributeCollector.setDescription(tools.jackson.databind.node.ObjectNode node, String description, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_DESCRIPTION" attribute.AttributeCollector.setEnum(tools.jackson.databind.node.ObjectNode node, Collection<?> enumValues) Deprecated.AttributeCollector.setEnum(tools.jackson.databind.node.ObjectNode node, Collection<?> enumValues, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_CONST"/"SchemaKeyword.TAG_ENUM" attribute.AttributeCollector.setId(tools.jackson.databind.node.ObjectNode node, String id, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_ID" attribute.AttributeCollector.setNumberExclusiveMaximum(tools.jackson.databind.node.ObjectNode node, BigDecimal exclusiveMaximum) Deprecated.AttributeCollector.setNumberExclusiveMaximum(tools.jackson.databind.node.ObjectNode node, BigDecimal exclusiveMaximum, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_MAXIMUM_EXCLUSIVE" attribute.AttributeCollector.setNumberExclusiveMinimum(tools.jackson.databind.node.ObjectNode node, BigDecimal exclusiveMinimum) Deprecated.AttributeCollector.setNumberExclusiveMinimum(tools.jackson.databind.node.ObjectNode node, BigDecimal exclusiveMinimum, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_MINIMUM_EXCLUSIVE" attribute (considering Draft 7).AttributeCollector.setNumberInclusiveMaximum(tools.jackson.databind.node.ObjectNode node, BigDecimal inclusiveMaximum) Deprecated.AttributeCollector.setNumberInclusiveMaximum(tools.jackson.databind.node.ObjectNode node, BigDecimal inclusiveMaximum, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_MAXIMUM" attribute (considering Draft 7).AttributeCollector.setNumberInclusiveMinimum(tools.jackson.databind.node.ObjectNode node, BigDecimal inclusiveMinimum) Deprecated.AttributeCollector.setNumberInclusiveMinimum(tools.jackson.databind.node.ObjectNode node, BigDecimal inclusiveMinimum, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_MINIMUM" attribute (considering Draft 7).AttributeCollector.setNumberMultipleOf(tools.jackson.databind.node.ObjectNode node, BigDecimal multipleOf) Deprecated.AttributeCollector.setNumberMultipleOf(tools.jackson.databind.node.ObjectNode node, BigDecimal multipleOf, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_MULTIPLE_OF" attribute.AttributeCollector.setPatternProperties(tools.jackson.databind.node.ObjectNode node, Map<String, tools.jackson.databind.JsonNode> patternProperties, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_PATTERN_PROPERTIES" attribute.AttributeCollector.setReadOnly(tools.jackson.databind.node.ObjectNode node, boolean readOnly, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_READ_ONLY" attribute.AttributeCollector.setStringFormat(tools.jackson.databind.node.ObjectNode node, String format) Deprecated.AttributeCollector.setStringFormat(tools.jackson.databind.node.ObjectNode node, String format, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_FORMAT" attribute (considering Draft 7).AttributeCollector.setStringMaxLength(tools.jackson.databind.node.ObjectNode node, Integer maxLength) Deprecated.AttributeCollector.setStringMaxLength(tools.jackson.databind.node.ObjectNode node, Integer maxLength, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_LENGTH_MAX" attribute (considering Draft 7).AttributeCollector.setStringMinLength(tools.jackson.databind.node.ObjectNode node, Integer minLength) Deprecated.AttributeCollector.setStringMinLength(tools.jackson.databind.node.ObjectNode node, Integer minLength, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_LENGTH_MIN" attribute (considering Draft 7).AttributeCollector.setStringPattern(tools.jackson.databind.node.ObjectNode node, String pattern) Deprecated.AttributeCollector.setStringPattern(tools.jackson.databind.node.ObjectNode node, String pattern, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_PATTERN" attribute (considering Draft 7).Deprecated.AttributeCollector.setTitle(tools.jackson.databind.node.ObjectNode node, String title, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_TITLE" attribute.AttributeCollector.setWriteOnly(tools.jackson.databind.node.ObjectNode node, boolean writeOnly, SchemaGenerationContext generationContext) Setter for "SchemaKeyword.TAG_WRITE_ONLY" attribute.
setArrayMaxItems(ObjectNode, Integer, SchemaGenerationContext)instead