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 TypeMethodDescriptionprivate <T extends Annotation>
Map<AnnotationTarget, T> AnnotationIntrospector.getAnnotationFromPropertyCategorized
(Class<T> annotationClass, Property property) An override ofAnnotationIntrospector.getAnnotationFromProperty(Class, Property)
in which it returns the results as a map so that the caller can decide which one to be used for read/write operation.AnnotationIntrospector.getJsonbDateFormatCategorized
(Property property) SearchJsonbDateFormat
on 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) SearchJsonbNumberFormat
on 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 AnnotationTarget
Returns 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.Methods in org.eclipse.yasson.internal.model with parameters of type AnnotationTargetModifier and TypeMethodDescriptionprivate static <T> T
PropertyModel.getTargetForMostPreciseScope
(Map<AnnotationTarget, T> collectedAnnotations, AnnotationTarget... targets) Pull result for most significant scope defined by order of annotation targets.Method parameters in org.eclipse.yasson.internal.model with type arguments of type AnnotationTargetModifier and TypeMethodDescriptionprivate static <T> T
PropertyModel.getTargetForMostPreciseScope
(Map<AnnotationTarget, T> collectedAnnotations, AnnotationTarget... targets) Pull result for most significant scope defined by order of annotation targets.