Uses of Class
org.eclipse.yasson.internal.JsonbContext
-
Packages that use JsonbContext Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.model org.eclipse.yasson.internal.serializer -
-
Uses of JsonbContext in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return JsonbContext Modifier and Type Method Description JsonbContext
ProcessingContext. getJsonbContext()
Jsonb context.Constructors in org.eclipse.yasson.internal with parameters of type JsonbContext Constructor Description AnnotationIntrospector(JsonbContext jsonbContext)
Creates annotation introspecting component passingJsonbContext
inside.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 JsonbContext Modifier and Type Method Description JsonbContext
JsonbPropertyInfo. getContext()
Gets context.Methods in org.eclipse.yasson.internal.model with parameters of type JsonbContext Modifier and Type Method Description JsonbPropertyInfo
JsonbPropertyInfo. setContext(JsonbContext context)
Sets context.Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbContext Constructor Description CreatorModel(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 JsonbContext Modifier and Type Method Description JsonbContext
AbstractSerializerBuilder. getJsonbContext()
Jsonb runtime context.Methods in org.eclipse.yasson.internal.serializer with parameters of type JsonbContext Modifier and Type Method Description protected Optional<Number>
AbstractNumberDeserializer. deserializeFormatted(String jsonValue, boolean integerOnly, JsonbContext jsonbContext)
Returns formatted number value.protected JsonbDateFormatter
AbstractDateTimeDeserializer. getJsonbDateFormatter(JsonbContext context)
Returns registered deserialization jsonb date formatter.protected JsonbDateFormatter
AbstractDateTimeSerializer. 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 DeserializerBuilder
AbstractContainerDeserializer. newUnmarshallerItemBuilder(JsonbContext ctx)
Returns new deserialization builder for specific item.String
AbstractDateTimeSerializer. toJson(T object, JsonbDateFormatter formatter, JsonbContext jsonbContext)
Converts to JSON string.Constructors in org.eclipse.yasson.internal.serializer with parameters of type JsonbContext Constructor Description AbstractSerializerBuilder(JsonbContext jsonbContext)
Crates a builder.DeserializerBuilder(JsonbContext jsonbContext)
Creates a new builder.SerializerBuilder(JsonbContext jsonbContext)
Creates a new builder.
-