Uses of Class
org.eclipse.yasson.internal.model.JsonbPropertyInfo
-
Packages that use JsonbPropertyInfo Package Description org.eclipse.yasson.internal.model org.eclipse.yasson.internal.serializer -
-
Uses of JsonbPropertyInfo in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return JsonbPropertyInfo Modifier and Type Method Description JsonbPropertyInfo
JsonbPropertyInfo. setContext(JsonbContext context)
Sets context.JsonbPropertyInfo
JsonbPropertyInfo. withClassModel(ClassModel classModel)
Sets class model.JsonbPropertyInfo
JsonbPropertyInfo. withRuntimeType(Type runtimeType)
Sets runtime type.JsonbPropertyInfo
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 JsonbPropertyInfo Modifier and Type Method Description javax.json.bind.serializer.JsonbSerializer<?>
ContainerSerializerProvider. provideSerializer(JsonbPropertyInfo propertyInfo)
Provides container serializer instance for given property.javax.json.bind.serializer.JsonbSerializer<?>
ObjectSerializerProvider. provideSerializer(JsonbPropertyInfo propertyInfo)
-