Uses of Class
org.eclipse.yasson.internal.model.JsonbPropertyInfo
Packages that use JsonbPropertyInfo
-
Uses of JsonbPropertyInfo in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return JsonbPropertyInfoModifier and TypeMethodDescriptionJsonbPropertyInfo.setContext(JsonbContext context) Sets context.JsonbPropertyInfo.withClassModel(ClassModel classModel) Sets class model.JsonbPropertyInfo.withRuntimeType(Type runtimeType) Sets runtime type.JsonbPropertyInfo.withWrapper(CurrentItem<?> wrapper) Sets wrapper. -
Uses of JsonbPropertyInfo in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer with parameters of type JsonbPropertyInfoModifier and TypeMethodDescriptionjavax.json.bind.serializer.JsonbSerializer<?>ContainerSerializerProvider.provideSerializer(JsonbPropertyInfo propertyInfo) Provides container serializer instance for given property.javax.json.bind.serializer.JsonbSerializer<?>ObjectSerializerProvider.provideSerializer(JsonbPropertyInfo propertyInfo)