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 JsonbPropertyInfoJsonbPropertyInfo. setContext(JsonbContext context)Sets context.JsonbPropertyInfoJsonbPropertyInfo. withClassModel(ClassModel classModel)Sets class model.JsonbPropertyInfoJsonbPropertyInfo. withRuntimeType(java.lang.reflect.Type runtimeType)Sets runtime type.JsonbPropertyInfoJsonbPropertyInfo. 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)
-