Uses of Enum
org.eclipse.yasson.internal.model.AnnotationTarget
Packages that use AnnotationTarget
-
Uses of AnnotationTarget in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return types with arguments of type AnnotationTargetModifier and TypeMethodDescriptionAnnotationIntrospector.getJsonbDateFormatCategorized(Property property) SearchJsonbDateFormaton property, if not found looks at annotations declared on property type class.AnnotationIntrospector.getJsonbTransientCategorized(Property property) Checks if property is annotated transient.AnnotationIntrospector.getJsonNumberFormatter(Property property) SearchJsonbNumberFormaton property, if not found looks at annotations declared on property type class. -
Uses of AnnotationTarget in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return AnnotationTargetModifier and TypeMethodDescriptionstatic AnnotationTargetReturns the enum constant of this type with the specified name.static AnnotationTarget[]AnnotationTarget.values()Returns an array containing the constants of this enum type, in the order they are declared.