Uses of Class
org.eclipse.yasson.internal.model.AnnotationTarget
-
Packages that use AnnotationTarget Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.model -
-
Uses of AnnotationTarget in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return types with arguments of type AnnotationTarget Modifier and Type Method Description Map<AnnotationTarget,JsonbDateFormatter>
AnnotationIntrospector. getJsonbDateFormatCategorized(Property property)
SearchJsonbDateFormat
on property, if not found looks at annotations declared on property type class.EnumSet<AnnotationTarget>
AnnotationIntrospector. getJsonbTransientCategorized(Property property)
Checks if property is annotated transient.Map<AnnotationTarget,JsonbNumberFormatter>
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 AnnotationTarget Modifier and Type Method Description static AnnotationTarget
AnnotationTarget. valueOf(String name)
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.
-