Uses of Class
org.eclipse.yasson.internal.JsonbContext
Packages that use JsonbContext
Package
Description
-
Uses of JsonbContext in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return JsonbContextConstructors in org.eclipse.yasson.internal with parameters of type JsonbContextModifierConstructorDescriptionAnnotationIntrospector(JsonbContext jsonbContext) Creates annotation introspecting component passingJsonbContextinside.MappingContext(JsonbContext jsonbContext) Create mapping context which is scoped to jsonb runtime.Marshaller(JsonbContext jsonbContext) Creates Marshaller for generation to String.Marshaller(JsonbContext jsonbContext, Type rootRuntimeType) Creates Marshaller for generation to String.ProcessingContext(JsonbContext jsonbContext) Parent instance for marshaller and unmarshaller.Unmarshaller(JsonbContext jsonbContext) Creates instance of unmarshaller. -
Uses of JsonbContext in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return JsonbContextMethods in org.eclipse.yasson.internal.model with parameters of type JsonbContextModifier and TypeMethodDescriptionJsonbPropertyInfo.setContext(JsonbContext context) Sets context.Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbContextModifierConstructorDescriptionCreatorModel(String name, Parameter parameter, JsonbContext context) Creates a new instance.PropertyModel(ClassModel classModel, Property property, JsonbContext jsonbContext) Creates an instance. -
Uses of JsonbContext in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer that return JsonbContextModifier and TypeMethodDescriptionAbstractSerializerBuilder.getJsonbContext()Jsonb runtime context.Methods in org.eclipse.yasson.internal.serializer with parameters of type JsonbContextModifier and TypeMethodDescriptionAbstractNumberDeserializer.deserializeFormatted(String jsonValue, boolean integerOnly, JsonbContext jsonbContext) Returns formatted number value.protected JsonbDateFormatterAbstractDateTimeDeserializer.getJsonbDateFormatter(JsonbContext context) Returns registered deserialization jsonb date formatter.protected JsonbDateFormatterAbstractDateTimeSerializer.getJsonbDateFormatter(JsonbContext context) Returns registered serialization jsonb date formatter.protected javax.json.bind.serializer.JsonbDeserializer<?>AbstractContainerDeserializer.newCollectionOrMapItem(Type valueType, JsonbContext ctx) Returns new deserialization builder for specific collection or map.protected DeserializerBuilderAbstractContainerDeserializer.newUnmarshallerItemBuilder(JsonbContext ctx) Returns new deserialization builder for specific item.AbstractDateTimeSerializer.toJson(T object, JsonbDateFormatter formatter, JsonbContext jsonbContext) Converts to JSON string.Constructors in org.eclipse.yasson.internal.serializer with parameters of type JsonbContextModifierConstructorDescriptionAbstractSerializerBuilder(JsonbContext jsonbContext) Crates a builder.DeserializerBuilder(JsonbContext jsonbContext) Creates a new builder.SerializerBuilder(JsonbContext jsonbContext) Creates a new builder.