Uses of Class
org.eclipse.yasson.internal.model.JsonbAnnotatedElement
-
Packages that use JsonbAnnotatedElement Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.model -
-
Uses of JsonbAnnotatedElement in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return JsonbAnnotatedElement Modifier and Type Method Description JsonbAnnotatedElement<java.lang.Class<?>>AnnotationIntrospector. collectAnnotations(java.lang.Class<?> clazz)Collect annotations of given class, its interfaces and the package.Methods in org.eclipse.yasson.internal with parameters of type JsonbAnnotatedElement Modifier and Type Method Description voidAnnotationIntrospector. checkTransientIncompatible(JsonbAnnotatedElement<?> target)Finds annotations incompatible withJsonbTransientannotation.AdapterBindingAnnotationIntrospector. getAdapterBinding(JsonbAnnotatedElement<java.lang.Class<?>> clsElement)Checks forJsonbAdapteron a type.JsonbDateFormatterAnnotationIntrospector. getConstructorDateFormatter(JsonbAnnotatedElement<java.lang.reflect.Parameter> param)ReturnsJsonbDateFormatterinstance ifJsonbDateFormatannotation is present.JsonbNumberFormatterAnnotationIntrospector. getConstructorNumberFormatter(JsonbAnnotatedElement<java.lang.reflect.Parameter> param)ReturnsJsonbNumberFormatterinstance ifJsonbNumberFormatannotation is present.DeserializerBindingAnnotationIntrospector. getDeserializerBinding(JsonbAnnotatedElement<java.lang.Class<?>> clsElement)Checks forJsonbDeserializeron a type.JsonbDateFormatterAnnotationIntrospector. getJsonbDateFormat(JsonbAnnotatedElement<java.lang.Class<?>> clazzElement)Search forJsonbDateFormatannotation on java class and constructJsonbDateFormatter.JsonbNumberFormatterAnnotationIntrospector. getJsonbNumberFormat(JsonbAnnotatedElement<java.lang.Class<?>> clazzElement)Search forJsonbNumberFormatannotation on java class.java.lang.String[]AnnotationIntrospector. getPropertyOrder(JsonbAnnotatedElement<java.lang.Class<?>> clazzElement)Checks forJsonbPropertyOrderannotation.SerializerBindingAnnotationIntrospector. getSerializerBinding(JsonbAnnotatedElement<java.lang.Class<?>> clsElement)Checks forJsonbSerializeron a type.ClassCustomizationAnnotationIntrospector. introspectCustomization(JsonbAnnotatedElement<java.lang.Class<?>> clsElement)Processes customizations.booleanAnnotationIntrospector. isClassNillable(JsonbAnnotatedElement<java.lang.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 JsonbAnnotatedElement Modifier and Type Method Description JsonbAnnotatedElement<java.lang.Class<?>>Property. getDeclaringClassElement()Class element with annotation under construction for declaring class of this property.JsonbAnnotatedElement<java.lang.reflect.Field>Property. getFieldElement()Element with field and its annotations.JsonbAnnotatedElement<java.lang.reflect.Method>Property. getGetterElement()Element with getter and its annotations.JsonbAnnotatedElement<java.lang.reflect.Method>Property. getSetterElement()Element with setter and its annotations.Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbAnnotatedElement Constructor Description Property(java.lang.String name, JsonbAnnotatedElement<java.lang.Class<?>> declaringClassModel)Create instance of property.
-