Uses of Class
org.eclipse.yasson.internal.model.Property
Packages that use Property
-
Uses of Property in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal with parameters of type PropertyModifier and TypeMethodDescriptionAnnotationIntrospector.getAdapterBinding(Property property) Checks forJsonbAdapteron a property.AnnotationIntrospector.getDeserializerBinding(Property property) Checks forJsonbDeserializeron a property.Class<?>AnnotationIntrospector.getImplementationClass(Property property) Returns class ifImplementationClassannotation is present.AnnotationIntrospector.getJsonbDateFormatCategorized(Property property) SearchJsonbDateFormaton property, if not found looks at annotations declared on property type class.AnnotationIntrospector.getJsonbPropertyJsonReadName(Property property) Gets a name of property for JSON unmarshalling.AnnotationIntrospector.getJsonbPropertyJsonWriteName(Property property) Gets a name of property for JSON marshalling.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.AnnotationIntrospector.getSerializerBinding(Property property) Checks forJsonbSerializeron a property.AnnotationIntrospector.isPropertyNillable(Property property) Checks if property is nillable. -
Uses of Property in org.eclipse.yasson.internal.model
Constructors in org.eclipse.yasson.internal.model with parameters of type PropertyModifierConstructorDescriptionPropertyModel(ClassModel classModel, Property property, JsonbContext jsonbContext) Creates an instance.