Skip navigation links
A C G I J R 

A

applyToConfigBuilder(SchemaGeneratorConfigBuilder) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
 

C

com.github.victools.jsonschema.module.javax.validation - package com.github.victools.jsonschema.module.javax.validation
 

G

getAnnotationFromFieldOrGetter(MemberScope<?, ?>, Class<A>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Retrieves the annotation instance of the given type, either from the field it self or (if not present) from its getter.

I

isNullable(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine whether a given field or method is annotated to be not nullable.

J

JavaxValidationModule - Class in com.github.victools.jsonschema.module.javax.validation
JSON Schema Generation Module: based on annotations from the javax.validation.constraints package.
JavaxValidationModule() - Constructor for class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
 

R

resolveArrayMaxItems(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a given array type's maximum number of items.
resolveArrayMinItems(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a given array type's minimum number of items.
resolveNumberExclusiveMaximum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a number type's maximum (exclusive) value.
resolveNumberExclusiveMinimum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a number type's minimum (exclusive) value.
resolveNumberInclusiveMaximum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a number type's maximum (inclusive) value.
resolveNumberInclusiveMinimum(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a number type's minimum (inclusive) value.
resolveStringMaxLength(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a given text type's maximum number of characters.
resolveStringMinLength(MemberScope<?, ?>) - Method in class com.github.victools.jsonschema.module.javax.validation.JavaxValidationModule
Determine a given text type's minimum number of characters.
A C G I J R 
Skip navigation links

Copyright © 2019 VicTools. All rights reserved.