A C E I N R S V 
All Classes All Packages

A

applyToConfigBuilder(SchemaGeneratorConfigBuilder) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
 

C

com.github.victools.jsonschema.module.swagger15 - package com.github.victools.jsonschema.module.swagger15
 

E

ENABLE_PROPERTY_NAME_OVERRIDES - com.github.victools.jsonschema.module.swagger15.SwaggerOption
Use this option to apply alternative property names specified via @ApiModelProperty(name = "...").

I

IGNORING_HIDDEN_PROPERTIES - com.github.victools.jsonschema.module.swagger15.SwaggerOption
Use this option to ignore properties annotated with @ApiModelProperty(hidden = true).

N

NO_APIMODEL_DESCRIPTION - com.github.victools.jsonschema.module.swagger15.SwaggerOption
Use this option to NOT set the "description" property (based on @ApiModel(description = "...")).
NO_APIMODEL_TITLE - com.github.victools.jsonschema.module.swagger15.SwaggerOption
Use this option to NOT set the "title" property (based on @ApiModel(value = "...")).

R

resolveAllowedValues(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Look-up a "const"/"enum" for the given member or its associated getter/field from the ApiModelProperty annotation's allowedValues.
resolveDescription(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Look-up a "description" for the given member or its associated getter/field from the ApiModelProperty annotation's value.
resolveDescriptionForType(TypeScope) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Look-up a "description" from the given type's ApiModel annotation's description.
resolveNumberExclusiveMaximum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Determine (exclusive) numeric maximum for the given member or its associated getter/field from the ApiModelProperty's annotation's allowedValues.
resolveNumberExclusiveMinimum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Determine (exclusive) numeric minimum for the given member or its associated getter/field from the ApiModelProperty annotation's allowedValues.
resolveNumberInclusiveMaximum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Determine (inclusive) numeric maximum for the given member or its associated getter/field from the ApiModelProperty's annotation's allowedValues.
resolveNumberInclusiveMinimum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Determine (inclusive) numeric minimum for the given member or its associated getter/field from the ApiModelProperty annotation's allowedValues.
resolvePropertyNameOverride(FieldScope) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Look-up name override for a given field or its associated getter method from the ApiModelProperty annotation's name.
resolveTitleForType(TypeScope) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Look-up a "title" for the given member or its associated getter/field from the member type's ApiModel annotation's value.

S

shouldIgnore(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Determine whether a given member should be ignored, i.e. excluded from the generated schema.
SwaggerModule - Class in com.github.victools.jsonschema.module.swagger15
JSON Schema Generator Module - Swagger (1.5).
SwaggerModule(SwaggerOption...) - Constructor for class com.github.victools.jsonschema.module.swagger15.SwaggerModule
Constructor.
SwaggerOption - Enum in com.github.victools.jsonschema.module.swagger15
Flags to enable/disable certain aspects of the SwaggerModule's processing.

V

valueOf(String) - Static method in enum com.github.victools.jsonschema.module.swagger15.SwaggerOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.victools.jsonschema.module.swagger15.SwaggerOption
Returns an array containing the constants of this enum type, in the order they are declared.
A C E I N R S V 
All Classes All Packages