All Classes and Interfaces

Class
Description
AnnotationEnumJsonSerializer is a JsonSerializer for Enums declared inside Annotations that use AnnotationJsonName.
AnnotationJsonSerializer is a JsonSerializer for Annotation that uses reflection to invoke the Class.getDeclaredMethods() of the Annotation.annotationType() and uses reflection to handle net.jacobpeterson.jet.openapiannotations.meta.
EmptyStringIsNullJsonSerializer is a String JsonSerializer that treats String.isEmpty() as JsonNull.
GsonSchemaModule is a Module that supports the Gson Expose and SerializedName annotations.
GsonUtil is a utility class for Gson.
HeaderJsonSerializer is a JsonSerializer for Header.
JetOpenApiAnnotationsPlugin is Project Plugin for OpenApi annotations.
MethodJsonSerializer is a JsonSerializer for Method.
NullableSchemaModule is a Module that uses NullableUtil.isFieldNullable(Field) for SchemaGeneratorConfigPart.withRequiredCheck(Predicate).
OpenApiJsonSerializer is a JsonSerializer for OpenApi.
SchemaGeneratorUtil is a utility class for SchemaGenerator.
StatusJsonSerializer is a JsonSerializer for Status.