Uses of Class
org.eclipse.yasson.internal.model.JsonbAnnotatedElement
Packages that use JsonbAnnotatedElement
-
Uses of JsonbAnnotatedElement in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return JsonbAnnotatedElementModifier and TypeMethodDescriptionAnnotationIntrospector.collectAnnotations(Class<?> clazz) Collect annotations of given class, its interfaces and the package.Methods in org.eclipse.yasson.internal with parameters of type JsonbAnnotatedElementModifier and TypeMethodDescriptionvoidAnnotationIntrospector.checkTransientIncompatible(JsonbAnnotatedElement<?> target) Finds annotations incompatible withJsonbTransientannotation.AnnotationIntrospector.getAdapterBinding(JsonbAnnotatedElement<Class<?>> clsElement) Checks forJsonbAdapteron a type.AnnotationIntrospector.getConstructorDateFormatter(JsonbAnnotatedElement<Parameter> param) ReturnsJsonbDateFormatterinstance ifJsonbDateFormatannotation is present.AnnotationIntrospector.getConstructorNumberFormatter(JsonbAnnotatedElement<Parameter> param) ReturnsJsonbNumberFormatterinstance ifJsonbNumberFormatannotation is present.AnnotationIntrospector.getDeserializerBinding(JsonbAnnotatedElement<Class<?>> clsElement) Checks forJsonbDeserializeron a type.AnnotationIntrospector.getJsonbDateFormat(JsonbAnnotatedElement<Class<?>> clazzElement) Search forJsonbDateFormatannotation on java class and constructJsonbDateFormatter.AnnotationIntrospector.getJsonbNumberFormat(JsonbAnnotatedElement<Class<?>> clazzElement) Search forJsonbNumberFormatannotation on java class.String[]AnnotationIntrospector.getPropertyOrder(JsonbAnnotatedElement<Class<?>> clazzElement) Checks forJsonbPropertyOrderannotation.AnnotationIntrospector.getSerializerBinding(JsonbAnnotatedElement<Class<?>> clsElement) Checks forJsonbSerializeron a type.AnnotationIntrospector.introspectCustomization(JsonbAnnotatedElement<Class<?>> clsElement) Processes customizations.booleanAnnotationIntrospector.isClassNillable(JsonbAnnotatedElement<Class<?>> clazzElement) Checks for JsonbNillable annotation on a class, its superclasses and interfaces. -
Uses of JsonbAnnotatedElement in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return JsonbAnnotatedElementModifier and TypeMethodDescriptionProperty.getDeclaringClassElement()Class element with annotation under construction for declaring class of this property.Property.getFieldElement()Element with field and its annotations.Property.getGetterElement()Element with getter and its annotations.Property.getSetterElement()Element with setter and its annotations.Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbAnnotatedElementModifierConstructorDescriptionProperty(String name, JsonbAnnotatedElement<Class<?>> declaringClassModel) Create instance of property.